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:
Phong Le
2021-07-28 00:25:58 -05:00
committed by GitHub
parent 179f6e8d20
commit e86c9cb0a2

View File

@@ -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>