Skip to content

Commit 4d4497c

Browse files
authored
docs: update DNSCrypt-Proxy GitHub links to DNSCrypt org (#32844)
The project moved from jedisct1/dnscrypt-proxy to DNSCrypt/dnscrypt-proxy. Fixes #32780
1 parent 8e3612e commit 4d4497c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/content/docs/1.1.1.1/encryption/dns-over-https/dns-over-https-client.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Refer to [WARP client](/warp-client/) for guidance on WARP modes and get-started
1919

2020
[DNSCrypt-Proxy](https://dnscrypt.info) 2.0+ supports DoH out of the box. It supports both 1.1.1.1 and other services. It also includes more advanced features, such as load balancing and local filtering.
2121

22-
1. [Install DNSCrypt-Proxy](https://github.com/jedisct1/dnscrypt-proxy/wiki/installation).
22+
1. [Install DNSCrypt-Proxy](https://github.com/DNSCrypt/dnscrypt-proxy/wiki/installation).
2323

2424
2. Verify that `dnscrypt-proxy` is installed and the version is 2.0 or later:
2525

@@ -31,7 +31,7 @@ Refer to [WARP client](/warp-client/) for guidance on WARP modes and get-started
3131
2.0.8
3232
```
3333

34-
3. Set up the configuration file using the [official instructions](https://github.com/jedisct1/dnscrypt-proxy/wiki/installation#setting-up-dnscrypt-proxy), and add `cloudflare` and `cloudflare-ipv6` to the server list in `dnscrypt-proxy.toml`:
34+
3. Set up the configuration file using the [official instructions](https://github.com/DNSCrypt/dnscrypt-proxy/wiki/installation#setting-up-dnscrypt-proxy), and add `cloudflare` and `cloudflare-ipv6` to the server list in `dnscrypt-proxy.toml`:
3535

3636
```toml
3737
server_names = ['cloudflare', 'cloudflare-ipv6']
@@ -53,4 +53,4 @@ Refer to [WARP client](/warp-client/) for guidance on WARP modes and get-started
5353
Resolver IP: 172.68.140.217
5454
```
5555

56-
5. Register it as a system service so that it starts automatically when your device boots. Follow the [DNSCrypt-Proxy installation instructions](https://github.com/jedisct1/dnscrypt-proxy/wiki/installation).
56+
5. Register it as a system service so that it starts automatically when your device boots. Follow the [DNSCrypt-Proxy installation instructions](https://github.com/DNSCrypt/dnscrypt-proxy/wiki/installation).

0 commit comments

Comments
 (0)