File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ The following emojis are used to highlight certain changes:
2424
2525### Removed
2626
27+ - ` gateway ` : removed dead DoH resolver for ` .crypto ` TLD (Unstoppable Domains) [ #772 ] ( https://github.com/ipfs/boxo/issues/772 )
2728- ` cmd/boxo-migrate ` : removed code for go-ipfs migration -- no longer needed.
2829- ` cmd/deprecator ` : removed code to deprecare relocated ipfs packages -- no longer needed.
2930
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ import (
1010)
1111
1212var defaultResolvers = map [string ]string {
13- "eth." : "https://dns.eth.limo/dns-query" ,
14- "crypto." : "https://resolver.unstoppable.io/dns-query" ,
13+ "eth." : "https://dns.eth.limo/dns-query" ,
1514}
1615
1716func newResolver (url string , opts ... doh.Option ) (madns.BasicResolver , error ) {
You can’t perform that action at this time.
0 commit comments