whyvl / wireproxy

Wireguard client that exposes itself as a socks5 proxy

Repository from Github https://github.comwhyvl/wireproxyRepository from Github https://github.comwhyvl/wireproxy

Function of unknown target

miullu opened this issue · comments

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)?