actually did the thing the last commit said i did
This commit is contained in:
parent
821e8fbb4d
commit
ea68950dc9
@ -119,5 +119,5 @@ alias gitgraph='git log --graph --oneline --decorate'
|
||||
alias ports='netstat -tuln '
|
||||
# gping
|
||||
alias gping='docker run --rm -ti --network host ghcr.io/orf/gping'
|
||||
alias proxon='export ALL_PROXY=socks5://brad:963852pop@distantserver.org:666; echo $ALL_PROXY'
|
||||
alias proxoff='unset ALL_PROXY; echo $ALL_PROXY'
|
||||
alias proxon='export ALL_PROXY=socks5://brad:963852pop@distantserver.org:666; echo "IP: $(curl -s ifconfig.me)"'
|
||||
alias proxoff='unset ALL_PROXY; echo "IP: $(curl -s ifconfig.me)"'
|
||||
|
Loading…
Reference in New Issue
Block a user