This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/sbin/nft -f | |
flush ruleset | |
# Interfaces and Networks | |
define wan = eth0 | |
define lan = eth1 | |
table ip filter { | |
chain input { |