win-app
win-app copied to clipboard
Inconsistent AllowedIPs for WireGuard connection compared to downloadable config from web dashboard
We are happy to answer your questions about the code or discuss technical ideas.
Please complete the following checklist (by adding [x]):
- [x] I have searched open and closed issues for duplicates
- [x] This isn't a feature request
- [x] This is not a report about my app not working as expected
In this line for Wireguard connection https://github.com/ProtonVPN/win-app/blame/master/src/ProtonVPN.Vpn/Wireguard/WireguardConnection.cs#L278
its stated that AllowedIPs for Wireguard connection in Windows is 0.0.0.0/0 while in web dashboard where you can get Wireguard config its AllowedIPs are 0.0.0.0/1, 128.0.0.0/1 while 0.0.0.0/0 is used for Android config. Why is it inconsistent between web configuration and the app for the connection?