Skip to content

Commit

Permalink
Add peering with Filebase
Browse files Browse the repository at this point in the history
  • Loading branch information
livid committed Jul 14, 2024
1 parent 0ba6daf commit d656191
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Planet/IPFS/IPFSDaemon.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion Planet/versioning.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 2134
CURRENT_PROJECT_VERSION = 2135

0 comments on commit d656191

Please sign in to comment.