Skip to content

Commit 3c8cf7e

Browse files
fix: real name is DNS4EU (#250)
1 parent 3c4c28b commit 3c8cf7e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

dns_over_http.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A list of DoH providers that support European locations and filtering are availa
1919

2020
Some popular alternatives include:
2121

22-
- `JoinDNS4 <https://joindns4.eu/>`_, european-based DNS service with protective resolution and ad blocking capabilities.
22+
- `DNS4EU <https://joindns4.eu/>`_, european-based DNS service with protective resolution and ad blocking capabilities
2323
- `Quad9 <https://dns.quad9.net/dns-query>`_, privacy-focused with malware blocking
2424
- `Mullvad <https://doh.mullvad.net/dns-query>`_, includes malware blocking, ad blocking and basic filtering (Porn, Gambling, etc.)
2525
- `Cloudflare <https://developers.cloudflare.com/1.1.1.1/setup/>`_, fast and widely used DoH provider with malware blocking (1.1.1.1 for families)
@@ -46,14 +46,14 @@ To use a custom DoH provider, you'll need to:
4646
Configuration steps
4747
-------------------
4848

49-
In this example, we will configure the JoinDNS4 DoH provider.
49+
In this example, we will configure the DNS4EU (joindns4.eu) DoH provider.
5050

51-
1. Remove default providers (if you want to use only JoinDNS4): ::
51+
1. Remove default providers (if you want to use only DNS4EU): ::
5252

5353
uci del https-dns-proxy.@https-dns-proxy[1]
5454
uci del https-dns-proxy.@https-dns-proxy[0]
5555

56-
2. Add the JoinDNS4 DoH provider: ::
56+
2. Add the DNS4EU DoH provider: ::
5757

5858
uci set https-dns-proxy.joindns4=https-dns-proxy
5959
uci set https-dns-proxy.joindns4.upstream_url='https://noads.joindns4.eu/dns-query'

0 commit comments

Comments
 (0)