Hi,
I'm trying out the ipv6.rs service, and it requires a wireguard setup. They provide a .conf file download that can be imported to wireguard. However, if I try to import it in Unraid's VPN Manager, I get the blank page
I also tried setting the fields manually but there are mandatory fields not in conf file. Here are the fields in the conf file downloaded from their site
[Interface]
PrivateKey = xxxxxxx
Address = <ipv6 address>/128
DNS = XXXX:xxxx:xXX::2
[Peer]
PublicKey = zzzzzzzzzzz
AllowedIPs = ::/0
Endpoint = sample.ipv6rs.com:51820
PersistentKeepalive = 25
If I create a new tunnel, how should I map the fields above to the fields in the tunnel settings? Specially the 3 mandatory key fields, which only 2 were provided.
TIA