Skip to content
New issue

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

MacOS Execution #1

Open
fplotnikov opened this issue Aug 16, 2024 · 2 comments
Open

MacOS Execution #1

fplotnikov opened this issue Aug 16, 2024 · 2 comments

Comments

@fplotnikov
Copy link

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?

@CyberTea0X
Copy link
Contributor

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)

@CyberTea0X
Copy link
Contributor

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)

I get wg-fake: undefined message with that config, but vpn works and successfully passes dpi:

[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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants