Hello. I tried using WireSock with my WireGuard config, but it doesn’t work. The config works with the official WireGuard client, but not with WireSock.
Here is the WireSock log:
and here is my WireGuard config:
[Interface]
Address = 2a01:4f8:1c1b:cc4a:ac1e::2/128,172.30.0.2/32
PrivateKey = [REMOVED]
DNS = 1.1.1.1,1.0.0.1,2606:4700:4700::1111,2606:4700:4700::1001
MTU = 1300
[Peer]
PublicKey = [REMOVED]
PresharedKey = [REMOVED]
AllowedIPs = 0.0.0.0/0,::/0
Endpoint = detlev.ipv64.net:51820
PersistentKeepalive = 15
I have been using the official WireGuard client to route all of my PC traffic through my WireGuard server. My goal is to let some applications access the internet through WireSock, while some access the internet without WireSock. I’m not sure what’s going wrong, as I can’t decipher the log.
Please help!