sudo sh -c "echo 'deb http://deb.debian.org/debian buster-backports main contrib non-free' > /etc/apt/sources.list.d/buster-backports.list"
apt-get install wireguard-dkms wireguard-tools linux-headers-$(uname -r)
sudo apt install openresolv
sudo apt install resolvconf
export PATH=/sbin:$PATH
routeros nat
server iptables
ping 192.168.100.1 to test
Expose server behind NAT with WireGuard and a VPS (hplar.ch)