From d6561913e29a1d7303482ce5753702a21ba423bc Mon Sep 17 00:00:00 2001 From: Livid Date: Sun, 14 Jul 2024 09:39:18 -0700 Subject: [PATCH] Add peering with Filebase --- Planet/IPFS/IPFSDaemon.swift | 6 ++++++ Planet/versioning.xcconfig | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Planet/IPFS/IPFSDaemon.swift b/Planet/IPFS/IPFSDaemon.swift index b589dff5..a505dff0 100644 --- a/Planet/IPFS/IPFSDaemon.swift +++ b/Planet/IPFS/IPFSDaemon.swift @@ -746,6 +746,12 @@ extension IPFSDaemon { "/dnsaddr/node-1.ipfs.4everland.net" ], ], // 4everland.io + [ + "ID": "12D3KooWGtYkBAaqJMJEmywMxaCiNP7LCEFUAFiLEBASe232c2VH", + "Addrs": [ + "/dns4/bitswap.filebase.io/tcp/443/wss" + ], + ] // Filebase ]) static func preferredGateway() -> String { diff --git a/Planet/versioning.xcconfig b/Planet/versioning.xcconfig index 0bc93cd2..1fe6a528 100644 --- a/Planet/versioning.xcconfig +++ b/Planet/versioning.xcconfig @@ -1 +1 @@ -CURRENT_PROJECT_VERSION = 2134 +CURRENT_PROJECT_VERSION = 2135