Support
P Plentiful7335 Sep 25, 2025

WG profiles do not work with WireSock

The WG profile does not work with WireSock on Windows 11.
It works with the official WireGuard.
The competitors WG profile works with both.

WG Profile from competitor

[Interface]
PrivateKey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Address = 1X.1X.5X.1X/32, fdXX:1X:1X::1XXX/128
DNS = 1X.3X.3X.8, 20XX:dXX::8

[Peer]
PublicKey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
PresharedKey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
AllowedIPs = 0.0.0.0/0, ::/0
Endpoint = xxx.domain.tld:443
PersistentKeepalive = 25

WG Profile for xeovo.com

[Interface]
PrivateKey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Address = 1X.1XX.1XX.1XX/32, fdXX:eXX:6XXX::X:9fXX/128
DNS = 1X.X.X.2X

[Peer]
PublicKey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
AllowedIPs = 0.0.0.0/0, ::/0
Endpoint = xx.domain.tld:443
Answered by P Plentiful7335

By contacting the WireSock developer and enabling virtual adapter mode, we were able to resolve the issue.

View Answer

⁨6⁩ ⁨Comments⁩

Hi,

We don't officially support this client, however we just tested it out and it seems to work with our configuration files. We also tested configuration files with port 443.

image.png

In reply to P Plentiful7335

Could be an issue on WireSock side and how they implemented DNS, IPv6 or both.

For the test try using public DNS such as Quad9 or CloudFlare. Simply modify DNS address in configuration file to (this is Quad9):

DNS = 9.9.9.9, 2620:fe::fe

If this solves the issue, you can add next IPv6 to original configuration file:

fd00:1234::20

I will pass this to our technical team and we will implement IPv6 DNS in generator.

In reply to 0xVirtualCake 0xVirtualCake

I implemented the proposed solution but was unable to resolve the issue.
I will send feedback to WireSock.
Thank you for your assistance.