Skip to content

Commit

Permalink
Add a DoH resolver for custom domain .fc
Browse files Browse the repository at this point in the history
  • Loading branch information
livid committed Jan 2, 2025
1 parent fa07ee5 commit 338ba3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Planet/IPFS/IPFSDaemon.swift
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,7 @@ extension IPFSDaemon {
static let resolvers = JSON([
"bit.": "https://dweb-dns.v2ex.pro/dns-query",
"sol.": "https://dweb-dns.v2ex.pro/dns-query",
"fc.": "https://dweb-dns.v2ex.pro/dns-query",
"eth.": "https://dns.eth.limo/dns-query"
])

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 = 2310
CURRENT_PROJECT_VERSION = 2311

0 comments on commit 338ba3a

Please sign in to comment.