This commit is contained in:
2025-11-06 19:42:22 +08:00
parent 1bcf373e80
commit 5a24c866b4

View File

@@ -1,6 +1,6 @@
# Proxy, set in environment.d?
http_proxy="http://127.0.0.1:7890/"
https_proxy="http://127.0.0.1:7890/"
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.*"