tech 4c9cd00c90 fix: remove incorrect port-in-use check for reverse tunnels
The `_is_port_in_use` bind check was wrong for `-R` tunnels: local_port is
the forward target (e.g. a Docker container), so it should be listening,
not free. Drop the check — autossh doesn't require the target to be
reachable at startup.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-21 18:00:11 +08:00
2026-05-21 11:22:37 +08:00
Description
No description provided
74 KiB
Languages
Python 100%