[Bug Report] Wireguard VPN configuration compatibility
WireGuard VPN doesn't have full support for wireguard compatible configurations. When configuration includes both IPv4 and IPv6, my router refuses to add the configuration.
- Expectation:
- When importing a wg-quick compatible configuration, I expect the configuration to work without changes.
- Reality:
- Some configurations aren't supported.
additional context: removing the IPv6 part from the configuration makes the configuration usable again. when using the wg-quick command on my linux machine, the configuration loads without an issue.
VPN Configuration Example (fields have been REDACTED/ALTERED for security):
[Interface]
PrivateKey = REDACTED
Address = 13.33.73.11/32, ffff::160d:ffff:77c3:ffde:4/128
DNS = 12.10.0.11, ffff::1
[Peer]
PublicKey = REDACTED
AllowedIPs = 0.0.0.0/0, ::/0
Endpoint = MEGAVPN_URL
