summaryrefslogtreecommitdiff
path: root/doc/po/es.po
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2018-05-11 14:51:50 +0200
committerDavid Kalnischkies <david@kalnischkies.de>2018-05-11 14:51:50 +0200
commitb0283a5aeee428c9f2567b81ae78c9da68f6f4af (patch)
tree10ed4a3e6ed6c9d05a942528d382d3dbc800030a /doc/po/es.po
parent5935ef0d212c588547f10031192ddee3418dfe7b (diff)
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.
Diffstat (limited to 'doc/po/es.po')
-rw-r--r--doc/po/es.po4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/po/es.po b/doc/po/es.po
index 3516e1dee..8f419acda 100644
--- a/doc/po/es.po
+++ b/doc/po/es.po
@@ -10062,7 +10062,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"
@@ -10207,7 +10207,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"