My own hand-made firewall learning project with nftables.
Go to file
celso 35714944e5 allowed icmp traffic 2024-12-13 03:14:52 -03:00
.gitignore added .gitignore and a script to unify .nft files into nftables.conf 2024-12-13 00:56:20 -03:00
LICENSE Initial commit 2024-12-10 12:41:47 -03:00
Makefile added makefile and corrected mistake in makeconf script 2024-12-13 01:04:11 -03:00
README.md Initial commit 2024-12-10 12:41:47 -03:00
defines.nft added snmp and postgresql ports, organized tcp_ports set better 2024-12-13 03:04:52 -03:00
filter.nft allowed icmp traffic 2024-12-13 03:14:52 -03:00
makeconf.sh added makefile and corrected mistake in makeconf script 2024-12-13 01:04:11 -03:00
nat.nft added openvpn port, forward rules and nat table on its own file 2024-12-13 00:49:09 -03:00

README.md

homemade_firewall

My own hand-made firewall learning project with nftables.