You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically also it could support situation where listening for input on eg. port 1234 (packet incoming from port 4321) the other side of tunnel would ad-hoc send the packet (if possible) from 4321 to port 1234, thus making the client port agnostic and transport as transparent as possible
Using ssf to proxy udp traffic, i need to force ssf to send out udp traffic from specific port. Now when I do
the datagram gets send from random bound port while I need it to be sent out from specific port.
Would it be possible to expand the configuration like
eg. force port which will be used to send UDP dgram to
remote_ip:remote_port
?Same goes for
-U
The text was updated successfully, but these errors were encountered: