root@owlhouse:/usr # ping google.comPING google.com (172.217.5.14): 56 data bytes64 bytes from 172.217.5.14: icmp_seq=0 ttl=119 time=15.542 ms64 bytes from 172.217.5.14: icmp_seq=1 ttl=119 time=15.475 ms64 bytes from 172.217.5.14: icmp_seq=2 ttl=119 time=15.842 ms^C--- google.com ping statistics ---3 packets transmitted, 3 packets received, 0.0% packet lossround-trip min/avg/max/stddev = 15.475/15.620/15.842/0.160 msroot@owlhouse:/usr # /usr/local/etc/rc.d/wireguard restart[#] rm -f /var/run/wireguard/wg0.sock[#] resolvconf -d wg0wg-quick: `wg1' is not a WireGuard interface[#] 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 192.168.12.1/24 alias[#] ifconfig wg0 mtu 1420[#] ifconfig wg0 up[#] resolvconf -a wg0 -x[#] route -q -n add -inet 192.168.12.12/32 -interface wg0[#] route -q -n add -inet 192.168.12.11/32 -interface wg0[#] route -q -n add -inet 192.168.12.10/32 -interface wg0[+] Backgrounding route monitor[#] 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/stdinName does not resolve: `vaaa.bbb.ccc:51820'Configuration parsing error[#] rm -f /var/run/wireguard/wg1.sockroot@owlhouse:/usr # ping google.comping: cannot resolve google.com: Host name lookup failureroot@owlhouse:/usr #
<unbound> <enable>1</enable> <custom_options>#server:#tls-cert-bundle: "/etc/ssl/cert.pem"forward-zone:name: "."forward-tls-upstream: yesforward-addr: 1.1.1.1@853forward-addr: 1.0.0.1@853</custom_options> <dnssec>1</dnssec> <noreglladdr6>1</noreglladdr6> <acls> <aclname>VPN</aclname> <aclaction>allow</aclaction> <description/> <row> <acl_network>192.168.1.0</acl_network> <mask>24</mask> <description/> </row> </acls> <acls> <aclname>WGaccess</aclname> <aclaction>allow</aclaction> <description/> <row> <acl_network>192.168.12.0</acl_network> <mask>24</mask> <description/> </row> <row> <acl_network>10.11.14.0</acl_network> <mask>24</mask> <description/> </row> </acls> </unbound>