Files
aglab.dotfiles/.config/environment.d/01-proxy.conf
2025-11-17 04:30:19 +08:00

7 lines
190 B
Plaintext

# Proxy, set in environment.d?
http_proxy="http://127.0.0.1:7890/"
https_proxy="http://127.0.0.1:7890/"
# also needs manual configuration in firefox.
no_proxy="127.*,192.168.*,10.147.17.*"