I am trying to connect to my pivpn wireguard setup and the router will never connect. I have copied and pasted the conf file directly from the pi into the web text box. This same .conf file works on the wireguard app on my phone. Below is my conf file with any keys or endpoints taken out.
[Interface]
PrivateKey = ********************************************
Address = 10.6.0.3/24
DNS = 10.6.0.1
[Peer]
PublicKey = *********************************************
PresharedKey = ******************************************
Endpoint = xxxxxx.no-ip.org:51820
AllowedIPs = 0.0.0.0/0, ::0/0
Any help would be greatly appreciated