dnscrypt-proxy

main
Tran Hau 2020-05-03 00:53:22 +07:00
parent e8c1d891f1
commit f827636137
1 changed files with 0 additions and 6 deletions

View File

@ -6,15 +6,9 @@ Install [dnscrypt-proxy](https://wiki.archlinux.org/index.php/Dnscrypt-proxy).
Edit `/etc/dnscrypt-proxy/dnscrypt-proxy.toml`:
- Change `listen_addresses` option:
```toml
listen_addresses = ['127.0.0.1:53', '[::1]:53']
```
- Change `server_names` option to use Cloudflare:
```toml
server_names = ['google', 'google-ipv6', 'cloudflare', 'cloudflare-ipv6']
```