-
Notifications
You must be signed in to change notification settings - Fork 333
Open
Description
the wireproxy support tcp server tunnel for specific ip:port
# TCPServerTunnel is a tunnel listening on wireguard,
# and it forwards any TCP traffic received to the specified target via local network.
# Flow:
# <an app on your wireguard network> --(wireguard)--> 172.16.31.2:3422 --> localhost:25545
[TCPServerTunnel]
ListenPort = 3422
Target = localhost:25545
however, can i change localhost:25545 to any port any ip (just following the another end request)?
Metadata
Metadata
Assignees
Labels
No labels