mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
fix duplicate IPs
This commit is contained in:
parent
a68dccf9d1
commit
7f97b6cf48
1 changed files with 2 additions and 2 deletions
|
|
@ -216,7 +216,7 @@ enum Presets {
|
|||
DoTConfiguration(
|
||||
servers: [
|
||||
"5.1.66.255",
|
||||
"5.1.66.255",
|
||||
"185.150.99.255",
|
||||
"2001:678:e68:f000::",
|
||||
"2001:678:ed0:f000::",
|
||||
],
|
||||
|
|
@ -230,7 +230,7 @@ enum Presets {
|
|||
DoHConfiguration(
|
||||
servers: [
|
||||
"5.1.66.255",
|
||||
"5.1.66.255",
|
||||
"185.150.99.255",
|
||||
"2001:678:e68:f000::",
|
||||
"2001:678:ed0:f000::",
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue