EN 🇬🇧: nftables.docs.oxl.app
This is a mirror of the official NFTables documentation to make it a bit easier accessible for new users.
Run:
apt install git python3-pip pandoc
# with VENV
apt install python3-virtualenv
bash venv.sh
# WITHOUT
pip install -r requirements.txt
# USAGE: bash html.sh <BUILD-DIR> <DOMAIN>
bash html.sh ./build/ nftables.docs.oxl.app
- Make sure to redirect requests not ending in
.htmlto the same path with that extension - else internal redirects will not work.