Skip to content

Commit e92d97b

Browse files
committed
removed dns yandex;disable ipv6 proxy
1 parent b06aaeb commit e92d97b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

structure/system/etc/dnscrypt-proxy/dnscrypt-proxy.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@
2727
## The proxy will automatically pick the fastest, working servers from the list.
2828
## Remove the leading # first to enable this; lines starting with # are ignored.
2929

30-
server_names = ['scaleway-fr', 'google', 'cloudflare', 'yandex']
30+
server_names = ['scaleway-fr', 'google', 'cloudflare']
3131

3232

3333
## List of local addresses and ports to listen to. Can be IPv4 and/or IPv6.
3434
## Note: When using systemd socket activation, choose an empty set (i.e. [] ).
3535

36-
listen_addresses = ['127.0.0.1:5353', '[::1]:5353']
36+
#listen_addresses = ['127.0.0.1:5353', '[::1]:5353']
37+
listen_addresses = ['127.0.0.1:5353']
3738

3839

3940
## Maximum number of simultaneous client connections to accept

0 commit comments

Comments
 (0)