IP Whitelist

Pinggy provides the capability of IP whitelisting, allowing access restrictions based on specified IP addresses or ranges. This feature permits connections solely from designated IP addresses while disregarding requests from other addresses without any response.

Start tunnel with IP Whitelisting as follows

ssh -p 443 -R0:localhost:<localport> -t a.pinggy.io w:IP1
ssh -p 443 -R0:localhost:<localport> -t <token>@a.pinggy.io w:IP1

Like basic authentication, one can set multiple ip addresses as well.

ssh -p 443 -R0:localhost:<localport> -t a.pinggy.io w:[IP1[,IP2[,IP3..]]]
ssh -p 443 -R0:localhost:<localport> -t <token>@a.pinggy.io w:[IP1[,IP2[,IP3..]]]

You can modify the command below to suit your needs, including adding more IP addresses. Additionally, your IP address has been included, but feel free to add more if necessary.


Invalid CIDR Format
Invalid CIDR Format
Alphanumeric characters only

 

If you execute the command with your designated port where your service is operational, you can include any desired IP address in the setup, and you’ll observe an output resembling this:

IP Whitelist With HTTP Tunnel

Only the IP addresses specified in the command will be able to access the tunnel.