Skip to content

Instantly share code, notes, and snippets.

@whiler
Created December 25, 2023 04:25
Show Gist options
  • Save whiler/55963dfc14f2fe8429d5ff7936086540 to your computer and use it in GitHub Desktop.
Save whiler/55963dfc14f2fe8429d5ff7936086540 to your computer and use it in GitHub Desktop.
apt uses socks5 proxy (/etc/apt/apt.conf.d/91-use-proxy)
Acquire::http::proxy "socks5h://127.0.0.1:1080";
Acquire::https::proxy "socks5h://127.0.0.1:1080";
@whiler
Copy link
Author

whiler commented Dec 25, 2023

verified on debian bullseye at 25 Dec 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment