mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-26 23:19:47 +00:00
docs(cnc): replace proxy test hint with curl socks5 command
This commit is contained in:
@@ -423,9 +423,8 @@ echo " podman stop $CONTAINER_NAME"
|
||||
echo ""
|
||||
echo "Test proxy:"
|
||||
if [ -n "$SOCKS_USER" ]; then
|
||||
echo " export all_proxy=socks5h://$SOCKS_USER:$SOCKS_PASS@$SOCKS_IP:$SOCKS_PORT"
|
||||
echo " curl --socks5-hostname $SOCKS_USER:$SOCKS_PASS@$SOCKS_IP:$SOCKS_PORT https://icanhazip.com"
|
||||
else
|
||||
echo " export all_proxy=socks5h://$SOCKS_IP:$SOCKS_PORT"
|
||||
echo " curl --socks5-hostname $SOCKS_IP:$SOCKS_PORT https://icanhazip.com"
|
||||
fi
|
||||
echo " curl -fsSL https://ifconfig.me"
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user