Created
December 25, 2023 04:25
-
-
Save whiler/55963dfc14f2fe8429d5ff7936086540 to your computer and use it in GitHub Desktop.
apt uses socks5 proxy (/etc/apt/apt.conf.d/91-use-proxy)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Acquire::http::proxy "socks5h://127.0.0.1:1080"; | |
Acquire::https::proxy "socks5h://127.0.0.1:1080"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
verified on debian bullseye at 25 Dec 2023