diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-17 14:59:33 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-17 14:59:33 -0800 |
commit | 88bc9fe904f6bf937bd6a47fe8f81b5823bb37f5 (patch) | |
tree | d178531e76318586e3eb6cd1cb43f91c29b5b250 /etc/nftables.conf | |
parent | f047a58c6d310b87cc1f1ba298dbcb28cff06e5f (diff) |
change wg0 to wg_ka
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 539d0e87..2dba5a76 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -11,7 +11,7 @@ flush ruleset define pub_iface = "eth0" -define wg_iface = "wg0" +define wg_iface = "wg_ka" table inet my_table { |