Nas instruções no site do ptunnel :
The -p switch sets the address of the host on which the proxy is running. A quick test to see if the proxy will work is simply to try pinging this host - if you get replies, you should be able to make the tunnel work.
The -lp, -da and -dp switches set the local listening port, destination address and destination port. For instance, to tunnel ssh connections from the client machine via a proxy running on proxy.pingtunnel.com to the computer login.domain.com, the following command line would be used:
sudo ./ptunnel -p proxy.pingtunnel.com -lp 8000 -da login.domain.com -dp 22
Você precisará substituir proxy.pingtunnel.com
pelo seu servidor que está executando o proxy, login.domain.com
é o site que você deseja visitar e 22
deve ser 80
. Em seguida, você poderá inserir o link no seu navegador.
Um ponto negativo disso é que você só pode se conectar a um domínio com cada instância do ptunnel que está sendo executado, mas ainda assim legal quando você está em apuros.