updated proxy

This commit is contained in:
Brad Ganley
2025-12-02 20:38:31 -06:00
parent 7daf68fafb
commit edbf3f6283

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 "IP: $(curl -s ifconfig.me)"'
alias proxon='export ALL_PROXY=socks5://fatshark.duckdns.org:666; echo "IP: $(curl -s ifconfig.me)"'
alias proxoff='unset ALL_PROXY; echo "IP: $(curl -s ifconfig.me)"'