Files
aglab.dotfiles/.config/environment.d/01-proxy.conf
2025-10-17 21:45:53 +08:00

7 lines
200 B
Plaintext

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