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
gool/cfon not working with generic wireguard configurations [BUG]
Version number 1.2.3
Describe the bug The config i use works in proxy mode, but can not in [gool mode or cfon mode]
Desktop :
Windows 10 Additional context when use wiraguard config file, It can not works with WarpOnWap mode or cfon mode .
==================== IF Launch arguments warp-plus.exe --bind 127.0.0.1:9527 --gool --verbose or warp-plus.exe --bind 127.0.0.1:9527 --cofn --country US --verbose
websit "https://ip.skk.moe/" show my IP located in US
===================== IF Launch arguments warp-plus.exe --bind 127.0.0.1:9527 --wgconf wg.conf --gool --verbose or warp-plus.exe --bind 127.0.0.1:9527 --wgconf wg.conf --country US --verbose
Use websit "https://ip.skk.moe/" to locate my IP , IP was still locate in my local area.
============== wg.conf Generic configuration
[Interface] PrivateKey = key Address = 172.16.0.2/32, 2606:4700:110:87fe:9fb2:ac9d:7635:fc57/128 DNS = 1.1.1.1, 1.0.0.1, 2606:4700:4700::1111, 2606:4700:4700::1001 MTU = 1280
[Peer] PublicKey = key AllowedIPs = 0.0.0.0/0, ::/0 Endpoint = IP:port
warp-cfon.log warp-gool.log
The text was updated successfully, but these errors were encountered:
No branches or pull requests
gool/cfon not working with generic wireguard configurations [BUG]
Version number
1.2.3
Describe the bug
The config i use works in proxy mode, but can not in [gool mode or cfon mode]
Desktop :
Windows 10
Additional context
when use wiraguard config file, It can not works with WarpOnWap mode or cfon mode .
====================
IF Launch arguments
warp-plus.exe --bind 127.0.0.1:9527 --gool --verbose
or
warp-plus.exe --bind 127.0.0.1:9527 --cofn --country US --verbose
websit "https://ip.skk.moe/" show my IP located in US
=====================
IF Launch arguments
warp-plus.exe --bind 127.0.0.1:9527 --wgconf wg.conf --gool --verbose
or
warp-plus.exe --bind 127.0.0.1:9527 --wgconf wg.conf --country US --verbose
Use websit "https://ip.skk.moe/" to locate my IP , IP was still locate in my local area.
==============
wg.conf
Generic configuration
[Interface]
PrivateKey = key
Address = 172.16.0.2/32, 2606:4700:110:87fe:9fb2:ac9d:7635:fc57/128
DNS = 1.1.1.1, 1.0.0.1, 2606:4700:4700::1111, 2606:4700:4700::1001
MTU = 1280
[Peer]
PublicKey = key
AllowedIPs = 0.0.0.0/0, ::/0
Endpoint = IP:port
warp-cfon.log
warp-gool.log
The text was updated successfully, but these errors were encountered: