peterlee0127 / DNS-Security-iOS

The First iOS app with DNS over HTTPS and DNS over TLS in iOS 14. http://dns-security.peterlee.app/getapp
http://dns-security.peterlee.app/
11 stars 4 forks source link

OpenDNS not working #1

Open peterlee0127 opened 3 years ago

peterlee0127 commented 3 years ago
{
    "name": "OpenDNS-with-familyshield-DOH",
    "servers": [ "208.67.222.123", "208.67.220.123"],
    "serverName": "https://doh.familyshield.opendns.com/dns-query"
},
{
    "name": "OpenDNS-DOH",
    "servers": [ "208.67.222.222", "208.67.220.220"],
    "serverName": "https://doh.opendns.com/dns-query"
},
nitrohorse commented 3 years ago

Doing a dig for those URLs returns different IPs so maybe those are worth a try here?

{
    "name": "OpenDNS-with-familyshield-DOH",
    "servers": [ "146.112.41.3", "2620:119:fc::3" ],
    "serverName": "https://doh.familyshield.opendns.com/dns-query"
},
{
    "name": "OpenDNS-DOH",
    "servers": [ "146.112.41.2", "2620:119:fc::2" ],
    "serverName": "https://doh.opendns.com/dns-query"
},

[edit] Updated these profiles and they appear to be working with the above IPs.