reset proxy for local container.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Proxy, set in environment.d?
|
# Proxy, set in environment.d?
|
||||||
http_proxy="http://192.168.1.128:26100/"
|
http_proxy="http://127.0.0.1:7890/"
|
||||||
https_proxy="http://192.168.1.128:26100/"
|
https_proxy="http://127.0.0.1:7890/"
|
||||||
|
|
||||||
# also needs manual configuration in firefox.
|
# also needs manual configuration in firefox.
|
||||||
no_proxy="127.*,192.168.*,10.147.17.*"
|
no_proxy="127.*,192.168.*,10.147.17.*"
|
||||||
|
|||||||
2
.zshrc
2
.zshrc
@@ -144,6 +144,8 @@ unset key
|
|||||||
# https://unix.stackexchange.com/questions/608842/zshrc-export-gpg-tty-tty-says-not-a-tty
|
# https://unix.stackexchange.com/questions/608842/zshrc-export-gpg-tty-tty-says-not-a-tty
|
||||||
export GPG_TTY=$TTY
|
export GPG_TTY=$TTY
|
||||||
|
|
||||||
|
alias noproxy='env -u http_proxy -u https_proxy'
|
||||||
|
|
||||||
alias ykls='systemctl --user status YukiLauncher.slice'
|
alias ykls='systemctl --user status YukiLauncher.slice'
|
||||||
alias yksuspend='systemctl --user freeze YukiLauncher.slice'
|
alias yksuspend='systemctl --user freeze YukiLauncher.slice'
|
||||||
alias ykcout='systemctl --user thaw YukiLauncher.slice'
|
alias ykcout='systemctl --user thaw YukiLauncher.slice'
|
||||||
|
|||||||
Reference in New Issue
Block a user