branch: externals/nftables-mode commit 7f924acbac5d8dd248614a1e9fc56729e9617743 Author: Trent W. Buck <trentb...@gmail.com> Commit: Trent W. Buck <trentb...@gmail.com>
basic README for github --- README.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.rst b/README.rst new file mode 100644 index 0000000000..32e74edd14 --- /dev/null +++ b/README.rst @@ -0,0 +1,17 @@ +These are my example Linux firewalls. + +The nftables ones are from 2020: + +:nftables-host.nft: basic server firewall. Dual stack. +:nftables-router.nft: basic router firewall. Dual stack. Includes optional example IPS. + +The xtables (iptables) ones are from 2012 to 2019: + +:iptab: basic router firewall (NOTE: legacy IP only!) +:iptab.ips: as ``iptab``, plus an purely in-kernel equivalent of fail2ban or sshguard_. +:iptab.nat: as ``iptab``, plus NAT and "port forwarding". + +This also has the initial draft for Emacs nft syntax highlighting. +See also https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36759 + +.. _sshguard: https://sshguard.net/