Skip to content

Instantly share code, notes, and snippets.

@alphamarket
Created September 28, 2023 11:13
Show Gist options
  • Save alphamarket/83598764da65cd667382bcee1bcb9999 to your computer and use it in GitHub Desktop.
Save alphamarket/83598764da65cd667382bcee1bcb9999 to your computer and use it in GitHub Desktop.
Download APT through a proxy
# /etc/apt/apt.conf.d/12proxy
Acquire::http::proxy "socks5h://127.0.0.1:9999";
Acquire::https::proxy "socks5h://127.0.0.1:9999";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment