utoni / ptunnel-ng

Tunnel TCP connections through ICMP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does it support the "r" argument when it's in the proxy mode

tyzP opened this issue · comments

commented

When I use it on the proxy, I want use the "r" argument so that I could build a reverse connection to the vps, but the argument seems not to be supported, and there is an error:

[err]: Unknown argument: 154.223.163.108

Maybe some help?

commented

The -r and -R arguments are not intended to be used to create a reverse connection.
They are used to restrict the destination ip/port on the proxy side. So a forwarder is limited to target this host and port.
Ptunnel-ng does not support reverse connections at the moment.