summaryrefslogtreecommitdiff
path: root/methods/basehttp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'methods/basehttp.cc')
-rw-r--r--methods/basehttp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/basehttp.cc b/methods/basehttp.cc
index 2473ecb5c..3a73d04c6 100644
--- a/methods/basehttp.cc
+++ b/methods/basehttp.cc
@@ -873,7 +873,7 @@ bool BaseHttpMethod::Configuration(std::string Message) /*{{{*/
return false;
_config->CndSet("Acquire::tor::Proxy",
- "socks5h://apt-transport-tor@localhost:9050");
+ "socks5h://apt-transport-tor@127.0.0.1:9050");
return true;
}
/*}}}*/