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

add IPv6 DNS server addresses #88

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ Here's a list of the software that could be used:

### Regular DNS

`176.103.130.130` or `176.103.130.131` for "Default";
`176.103.130.132` or `176.103.130.134` for "Family protection".
`176.103.130.130` or `176.103.130.131` or `2a00:5a60::ad1:0ff` or `2a00:5a60::ad2:0ff` for "Default";
`176.103.130.132` or `176.103.130.134` or `2a00:5a60::bad1:0ff` or `2a00:5a60::bad2:0ff` for "Family protection".
Copy link

@TPS TPS May 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@4-FLOSS-Free-Libre-Open-Source-Software Rather that so many ors, maybe try some commas (,) outside the backticks (``) for clarity?


### DNS-over-HTTPS

Expand All @@ -87,4 +87,4 @@ Additionally, AdGuard DNS is built on [CoreDNS](https://coredns.io/).

## Reporting issues

If you run into any problem or have a suggestion, head to [this page](https://github.com/AdguardTeam/AdGuardDNS/issues) and click on the New issue button.
If you run into any problem or have a suggestion, head to [this page](https://github.com/AdguardTeam/AdGuardDNS/issues) and click on the New issue button.