ProtonVPN / win-app

Official ProtonVPN Windows app

Home Page:https://protonvpn.com/download-windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inconsistent AllowedIPs for WireGuard connection compared to downloadable config from web dashboard

bagusnl opened this issue · comments

We are happy to answer your questions about the code or discuss technical ideas.

Please complete the following checklist (by adding [x]):

  • I have searched open and closed issues for duplicates
  • This isn't a feature request
  • 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?