pufferffish / wireproxy

Wireguard client that exposes itself as a socks5 proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about getting started

DHYTFG opened this issue · comments

Hi. At the first start, it gives me this message: interface address subnet should be /32 for IPv4 and /128 for IPv6. How to fix it?

Do you mind sending your wireguard / wireproxy config?

Wireguard conf:

[Interface]
PrivateKey = mNyqzNAlyK+93******
Address = 10.6.0.3/24
DNS = 10.6.0.1

[Peer]
PublicKey = Gj89agY+2Q5b4Q******
PresharedKey = e/y8yhQG7mU******
Endpoint = 87.120******:4129
AllowedIPs = 0.0.0.0/0, ::0/0

Change Address = 10.6.0.3/24 to Address = 10.6.0.3/32

Thank you, can you tell me what to do with this?

Handshake did not complete after 5 seconds, retrying (try 2)

Thank you, can you tell me what to do with this?

Handshake did not complete after 5 seconds, retrying (try 2)

This means that wireproxy cannot connect to your wireguard peer. Check your keys and endpoints to see if they are correct.

The problem may be that the server is working via udp?

The problem may be that the server is working via udp?

Wireguard uses udp only so I'm not sure what you mean.

Ok. How to fix this problem?

socks: Failed to process the request: Failed to send a response: write tcp 127.0.0.1:9652->127.0.0.1:29670: wsasend: The established connection was interrupted by the software on your host computer.