diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-08 22:36:13 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-08 22:36:13 +0800 |
commit | f8b713212ed8b779414775f97ac4e692b902e39a (patch) | |
tree | fed1284a55c5704ea9b28a3eedaee0a005fc0c49 /etc/nftables.conf | |
parent | c1831e24ca81fe4fffed8eb62862178c41b2631b (diff) |
init ba
Diffstat (limited to 'etc/nftables.conf')
-rw-r--r-- | etc/nftables.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index dc22f26a..be70bebb 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -8,7 +8,7 @@ # needed for reload config using `sudo systemctl restart nftables` or `sudo nft -f /etc/nftables.conf` flush ruleset -define pub_iface = "eth0" +define pub_iface = "ens18" define wg_iface = "wg0" table inet my_table { |