diff options
Diffstat (limited to 'doc/po/apt-doc.pot')
-rw-r--r-- | doc/po/apt-doc.pot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 90cc9a94e..202f6aece 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -7217,7 +7217,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" @@ -7361,7 +7361,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" |