7 lines
190 B
Plaintext
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.*"
|