Skip to content

Commit d16a9d2

Browse files
Merge branch 'CactuseSecurity:main' into main
2 parents e08f808 + 6a80acd commit d16a9d2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

documentation/installer/install-advanced.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,20 @@ Use the following syntax for authenticated proxy access:
6161

6262
export http_proxy=http://USERNAME:[email protected]:8080/
6363

64+
If you use Debian you need to additionally specify the proxy for apt in:
65+
66+
sudo vim.tiny /etc/apt/apt.conf.d/proxy.conf
67+
68+
Add the following lines with your proxy and port:
69+
```console
70+
Acquire::http::Proxy "http://proxy_server:port/";
71+
Acquire::https::Proxy "http://proxy_server:port/";
72+
```
73+
74+
If you use authentication:
75+
76+
Acquire::http::Proxy "http://user:password@proxy_server:port/";
77+
6478
Note that the following domains must be reachable through the proxy:
6579

6680
cactus.de (only for downloading test data, not needed if run with "--skip-tags test")

0 commit comments

Comments
 (0)