pufferffish / wireproxy

Wireguard client that exposes itself as a socks5 proxy
ISC License
4.1k stars 235 forks source link

Not workiing anymore? #124

Open xkajxkajx opened 3 weeks ago

xkajxkajx commented 3 weeks ago

It was working perfect three days ago,but now it is not. I'm getting this and it is stuck there: wplog.txt

This is my conf file: 24PB.warpkey.txt

I think it is a NAT issue. Am I right? I added PersistentKeepalive = 25 to the Peer section ,but nothing happens. Any idea ?

xkajxkajx commented 2 weeks ago

I don't know why but I have fixed it by adding 2 lines in the (wgexample.conf ) file under [Interface] like this:

[Interface]

CheckAlive = 1.1.1.1, 3.3.3.3 CheckAliveInterval = 3

Maybe someone can explain it to me.

Suggestion:

Instead of adding ( [Socks5] BindAddress = 127.0.0.1:8086 ) to the wgexample.conf file manually ,It would be easier to do it by a command line.

For example:

wireproxy.exe -b 127.0.0.1:8086 -c wgexample.conf

THANX