From 540798ed17f6ce440e0c928483f2a33c29abf955 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 22 May 2019 12:01:34 +0300 Subject: [PATCH] dnscrypt-proxy: use Socks Authentication --- etc/dnscrypt-proxy/dnscrypt-proxy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/dnscrypt-proxy/dnscrypt-proxy.toml b/etc/dnscrypt-proxy/dnscrypt-proxy.toml index a85b0627..b88d62d4 100644 --- a/etc/dnscrypt-proxy/dnscrypt-proxy.toml +++ b/etc/dnscrypt-proxy/dnscrypt-proxy.toml @@ -52,7 +52,7 @@ lb_strategy = 'p2' # Tor may be unhappy due to the amount of circuits opened. Different ports # are already isolated from each other and I think dnscrypt-proxy should # mostly be connecting to the top fastest servers with lb_strategy p2 -#proxy = "socks5://127.0.0.1:9052" +#proxy = "socks5://dnscrypt-proxy:randompasswordhere123613413671@127.0.0.1:9052" # Logging to be enabled by hand on systems needing them #[query_log]