From b0283a5aeee428c9f2567b81ae78c9da68f6f4af Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Fri, 11 May 2018 14:51:50 +0200 Subject: use 127.0.0.1 instead of localhost as default Tor proxy This shouldn't make a practical difference for most people, but for edge cases it avoids DNS lookups and additionally prevents us from perfoming unneeded SRV requests, too. --- doc/po/fr.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/po/fr.po') diff --git a/doc/po/fr.po b/doc/po/fr.po index 8d9c7dd76..b29f046e8 100644 --- a/doc/po/fr.po +++ b/doc/po/fr.po @@ -10285,7 +10285,7 @@ msgstr "" msgid "" "Acquire::http {\n" "\tProxy::example.org \"DIRECT\";\n" -"\tProxy \"socks5h://apt:pass@localhost:9050\";\n" +"\tProxy \"socks5h://apt:pass@127.0.0.1:9050\";\n" "\tProxy-Auto-Detect \"/usr/local/bin/apt-http-proxy-auto-detect\";\n" "\tNo-Cache \"true\";\n" "\tMax-Age \"3600\";\n" @@ -10300,7 +10300,7 @@ msgid "" msgstr "" "Acquire::http {\n" "\tProxy::example.org \"DIRECT\";\n" -"\tProxy \"socks5h://apt:pass@localhost:9050\";\n" +"\tProxy \"socks5h://apt:pass@127.0.0.1:9050\";\n" "\tProxy-Auto-Detect \"/usr/local/bin/apt-http-proxy-auto-detect\";\n" "\tNo-Cache \"true\";\n" "\tMax-Age \"3600\";\n" @@ -10509,7 +10509,7 @@ msgstr "" #| msgid "" #| "acquire::https {\n" #| "\tproxy::example.org \"direct\";\n" -#| "\tproxy \"socks5h://apt:pass@localhost:9050\";\n" +#| "\tproxy \"socks5h://apt:pass@127.0.0.1:9050\";\n" #| "\tproxy-auto-detect \"/usr/local/bin/apt-https-proxy-auto-detect\";\n" #| "\tno-cache \"true\";\n" #| "\tmax-age \"3600\";\n" @@ -10531,7 +10531,7 @@ msgstr "" msgid "" "Acquire::https {\n" "\tProxy::example.org \"DIRECT\";\n" -"\tProxy \"socks5h://apt:pass@localhost:9050\";\n" +"\tProxy \"socks5h://apt:pass@127.0.0.1:9050\";\n" "\tProxy-Auto-Detect \"/usr/local/bin/apt-https-proxy-auto-detect\";\n" "\tNo-Cache \"true\";\n" "\tMax-Age \"3600\";\n" @@ -10553,7 +10553,7 @@ msgid "" msgstr "" "acquire::https {\n" "\tproxy::example.org \"direct\";\n" -"\tproxy \"socks5h://apt:pass@localhost:9050\";\n" +"\tproxy \"socks5h://apt:pass@127.0.0.1:9050\";\n" "\tproxy-auto-detect \"/usr/local/bin/apt-https-proxy-auto-detect\";\n" "\tno-cache \"true\";\n" "\tmax-age \"3600\";\n" -- cgit v1.2.3