mirror of
https://github.com/paulmillr/encrypted-dns.git
synced 2026-02-12 17:22:53 +00:00
Corrected ServerAddresses.
The addresses were using the Private servers rather than Protected, as per https://www.cira.ca/cybersecurity-services/canadian-shield/configure
This commit is contained in:
@@ -11,10 +11,10 @@
|
||||
<string>HTTPS</string>
|
||||
<key>ServerAddresses</key>
|
||||
<array>
|
||||
<string>2620:10A:80BB::10</string>
|
||||
<string>2620:10A:80BC::10</string>
|
||||
<string>149.112.121.10</string>
|
||||
<string>149.112.122.10</string>
|
||||
<string>2620:10A:80BB::20</string>
|
||||
<string>2620:10A:80BC::20</string>
|
||||
<string>149.112.121.20</string>
|
||||
<string>149.112.122.20</string>
|
||||
</array>
|
||||
<key>ServerURL</key>
|
||||
<string>https://protected.canadianshield.cira.ca/dns-query</string>
|
||||
|
||||
Reference in New Issue
Block a user