Not a lot of windows documentation I’ve been able to find. I feel like what I want to do is pretty simple, but I can’t figure out how to do it. I want to use Wireguard with iVPN. That’s it.
I have the following I found from an old youtube video, but I’m not sure what to put where. Can someone help me out with the below? I have the keys setup, but for the IPs, what is considered to be the Client (I assume that’s the PC IP) and the Server IP?
### IP VPN of Client
Address = IP_VPN_of_Client
### DNS Server
DNS = 8.8.8.8, 8.8.4.4
[Peer]
###Public key of the WireGuard VPN Server
PublicKey = Public_key_of_the_WireGuard_Server
### IP and Port of the WireGuard VPN Server
### Syntax: IP:Port
Endpoint = IP_of_the_WireGuard_Server:Port_VPN_of_the_Server
### Allow all traffic via VPN
AllowedIPs = 0.0.0.0/0