We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello. Thank you for your significant contribution to the community. I have an issue that is able to reproduce on macOS and Ubuntu 22.04.
Go versions 1.22 and 1.23 Build passing fine, but during execution, we are having an error.
wg-fake: undefined probing remote-vpn-server:443 from local port 1339 packet 1 of 2 successfully sent packet 2 of 2 successfully sent done...
Can you please suggest a fix, or maybe the Go version is unsupported?
The text was updated successfully, but these errors were encountered:
I get almost the same output, but it seems to work even though there is a wg-fake: undefined message (as you can see the packets have been sent)
wg-fake: undefined message
Sorry, something went wrong.
I get wg-fake: undefined message with that config, but vpn works and successfully passes dpi:
wg-fake: undefined
[Interface] Address = my.vpn.address.ipv4, my:vpn:address::ipv6 PrivateKey = myprivatekey DNS = somedns ListenPort = 251 PreUp = wg-fake -s my.vpn.address.ipv4:51820 -p 251 [Peer] PublicKey = mypublickey AllowedIPs = 0.0.0.0/0, ::/0 Endpoint = my.vpn.endpoint.address:51820
No branches or pull requests
Hello.
Thank you for your significant contribution to the community.
I have an issue that is able to reproduce on macOS and Ubuntu 22.04.
Go versions 1.22 and 1.23
Build passing fine, but during execution, we are having an error.
wg-fake: undefined probing remote-vpn-server:443 from local port 1339 packet 1 of 2 successfully sent packet 2 of 2 successfully sent done...
Can you please suggest a fix, or maybe the Go version is unsupported?
The text was updated successfully, but these errors were encountered: