-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
Description
Hello, i want to ask if is possible with wireguard and protonvpn to put in the config a endpoint like that: node-ch-31.protonvpn.net:51820
so we can benefit of ipv4 and ipv6 on the endpoint i tried but vopono seem to refuse to resolve that do you have some suggestion how can i fix? or it needs to be added the support for that?
[Interface]
PrivateKey = *redacted*
Address = 10.2.0.2/32, 2a07:b944::2:2/128
DNS = 10.2.0.1, 2a07:b944::2:1
[Peer]
PublicKey = XEhzlc2pX8uDChBR65mlzijG6KaoatbiEND8mRdjVD8=
AllowedIPs = 0.0.0.0/0, ::/0
Endpoint = node-ch-31.protonvpn.net:51820
jamesmcm