Skip to content

Commit 338ba3a

Browse files
committed
Add a DoH resolver for custom domain .fc
1 parent fa07ee5 commit 338ba3a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: Planet/IPFS/IPFSDaemon.swift

+1
Original file line numberDiff line numberDiff line change
@@ -804,6 +804,7 @@ extension IPFSDaemon {
804804
static let resolvers = JSON([
805805
"bit.": "https://dweb-dns.v2ex.pro/dns-query",
806806
"sol.": "https://dweb-dns.v2ex.pro/dns-query",
807+
"fc.": "https://dweb-dns.v2ex.pro/dns-query",
807808
"eth.": "https://dns.eth.limo/dns-query"
808809
])
809810

Diff for: Planet/versioning.xcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CURRENT_PROJECT_VERSION = 2310
1+
CURRENT_PROJECT_VERSION = 2311

0 commit comments

Comments
 (0)