Files
aglab.dotfiles/.config/environment.d/proxy.conf
2025-11-06 19:42:22 +08:00

7 lines
198 B
Plaintext

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