actually did the thing the last commit said i did

This commit is contained in:
Brad Ganley 2024-07-03 15:47:32 -05:00
parent 821e8fbb4d
commit ea68950dc9

View File

@ -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)"'