Hello, I have got access to some static IP’s via VPN using WireGuard. The provider gave me config files for use with wg-quick(8) from the WireGuard-tools package. It works in linux. However, I want to test it wit OpenBSD’s integrated wg(4) driver. I’ve read the manual, but I can’t see which options that matches the wg-quick config file. Therefor, I wonder what options to use for PrivateKey, PublicKey, AllowedIPs, Endpoint, and PersistentKeepalive.
I can of corse use wg-quick, but I don’t see how to run it via rc(8). Regards, Martin.