fix duplicate IPs

This commit is contained in:
Tobias 2024-06-28 09:52:58 +02:00 committed by GitHub
parent a68dccf9d1
commit 7f97b6cf48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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::",
],