root@turnstone:~ # /usr/local/etc/rc.d/wireguard restartwg-quick: `wg0' is not a WireGuard interface[#] rm -f /var/run/wireguard/wg1.sock[#] ifconfig wg create name wg0[!] Missing WireGuard kernel support (ifconfig: SIOCIFCREATE2: Invalid argument). Falling back to slow userspace implementation.[#] wireguard-go wg0┌──────────────────────────────────────────────────────┐│ ││ Running wireguard-go is not required because this ││ kernel has first class support for WireGuard. For ││ information on installing the kernel module, ││ please visit: ││ https://www.wireguard.com/install/ ││ │└──────────────────────────────────────────────────────┘[#] wg setconf wg0 /dev/stdin[#] ifconfig wg0 inet 10.11.0.2/24 alias[#] ifconfig wg0 mtu 1420[#] ifconfig wg0 up[#] route -q -n add -inet 10.11.0.2/32 -interface wg0[#] rm -f /var/run/wireguard/wg0.sock[#] ifconfig wg create name wg1[!] Missing WireGuard kernel support (ifconfig: SIOCIFCREATE2: Invalid argument). Falling back to slow userspace implementation.[#] wireguard-go wg1┌──────────────────────────────────────────────────────┐│ ││ Running wireguard-go is not required because this ││ kernel has first class support for WireGuard. For ││ information on installing the kernel module, ││ please visit: ││ https://www.wireguard.com/install/ ││ │└──────────────────────────────────────────────────────┘[#] wg setconf wg1 /dev/stdin[#] ifconfig wg1 inet 10.11.3.2/24 alias[#] ifconfig wg1 mtu 1420[#] ifconfig wg1 up[#] route -q -n add -inet 10.11.3.1/32 -interface wg1[#] route -q -n add -inet 192.168.60.0/24 -interface wg1[+] Backgrounding route monitorifconfig: interface wg0 does not exist