HevConf: Add support for custom timeouts for port forwarding.

This commit is contained in:
hev
2024-04-08 21:07:10 +08:00
parent 8702604722
commit d2183a4d58
5 changed files with 30 additions and 3 deletions

View File

@@ -53,6 +53,7 @@ Bind options:
-b <port> port number for binding
Forward options:
-T <timeout> port forwarding timeout in seconds
-t <address> domain name or address to forward target
-p <port> port number to forward target (0: use public port)
```