nicocha30 / ligolo-ng

An advanced, yet simple, tunneling/pivoting tool that uses a TUN interface.
GNU General Public License v3.0
2.78k stars 280 forks source link

Exclusions handling on network error and disconnect #4

Closed virusvfv closed 2 years ago

virusvfv commented 3 years ago

If there are some network errors agent exits (because yamux keepalive exclusion) but server does not realize some session abort If yamux session broken. So U do not know about agent status until try to intecact with it. I think that agent would have some reconnection capabilities if yamux fail and server must handle this too..

nicocha30 commented 3 years ago

The agent now supports the -retry option.