diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-03-11 07:53:53 +0000 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-03-11 07:53:53 +0000 |
commit | d8b8e48b542dc2bfbe5fd0da831b0bece378cf55 (patch) | |
tree | 3c2cd4a63c249fd29bd65615f725bc4d3eb5b4b5 /etc/nftables.conf | |
parent | 91cf6e7e5d69ab69878bf106069cab0b831ce2e6 (diff) |
Rename to wg0 so no need change names for new computer config.
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 5cdfe64a..ab16ed11 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -12,7 +12,7 @@ flush ruleset define pub_iface = "eth0" -define wg_iface = "wg_ia" +define wg_iface = "wg0" table inet my_table { |