Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenDNS not working #1

Open
peterlee0127 opened this issue Oct 18, 2020 · 1 comment
Open

OpenDNS not working #1

peterlee0127 opened this issue Oct 18, 2020 · 1 comment

Comments

@peterlee0127
Copy link
Owner

{
    "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"
},
@peterlee0127 peterlee0127 changed the title OpenDNS has some error OpenDNS not working Nov 8, 2020
@nitrohorse
Copy link

nitrohorse commented Jan 9, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants