pufferffish / wireproxy

Wireguard client that exposes itself as a socks5 proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ListenPort support (source port for WireGuard socket)

ValdikSS opened this issue · comments

This program lacks support for ListenPort option of WireGuard, which, in case of client, binds outgoing UDP socket to the supplied source port.
This is necessary to bypass NAT. Would appreciate this option.