Install router dependencies

Install network utilities

Run this on the Router VM
dnf install -y \
    dnsutils dnsmasq dnscrypt-proxy nmap netcat iperf mtr tcpdump \
    iftop bmon nload speedtest-cli whois arp-scan

Install Nifty-Filter

nifty-filter is used as a convenient method of configuring nftables.

Run this on the Router VM
## TODO: use stable version here

dnf install -y rustup @development-tools @development-libs
rustup-init -y
. ~/.cargo/env

CARGO_INSTALL_ROOT=/usr/local \
cargo install \
      --git https://github.com/EnigmaCurry/nifty-filter \
      --branch tui