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/pt_BR.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/po/pt_BR.po') diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po index b42a81622..33ad7a358 100644 --- a/doc/po/pt_BR.po +++ b/doc/po/pt_BR.po @@ -7539,7 +7539,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" @@ -7684,7 +7684,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" -- cgit v1.2.3