mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 21:34:02 +03:00
Change default DOH to cloudflarte
This commit is contained in:
@@ -31,13 +31,6 @@ func (suite *ViewTestSuite) SetupSuite() {
|
||||
},
|
||||
},
|
||||
},
|
||||
collected: dcAddrSet{
|
||||
v4: map[int][]Addr{
|
||||
1: {
|
||||
{Network: "tcp4", Address: "127.1.0.1:443"},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
@@ -54,10 +47,6 @@ func (suite *ViewTestSuite) TestGetV4() {
|
||||
{"tcp4", "149.154.167.51:443"},
|
||||
{"tcp4", "95.161.76.100:443"},
|
||||
},
|
||||
1: {
|
||||
{"tcp4", "127.1.0.1:443"},
|
||||
{"tcp4", "149.154.175.50:443"},
|
||||
},
|
||||
}
|
||||
|
||||
for dc, addresses := range testData {
|
||||
|
||||
Reference in New Issue
Block a user