diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-03-11 08:08:21 +0000 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-03-11 08:08:21 +0000 |
commit | a2669c2a3de484b476ebc044d0bdabe549a0d18c (patch) | |
tree | 1e7408a7cf45b8a26d8d477b9b951b750a9950a5 /etc | |
parent | 79358034e388df00b32bd574a60d790de8a12ab4 (diff) |
Rename to wg0 so no need change names for new computer config.
Diffstat (limited to 'etc')
-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 dc8c4dce..f37a29b8 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -12,7 +12,7 @@ flush ruleset define pub_iface = "enp2s0" -define wg_iface = "wg_studio" +define wg_iface = "wg0" table inet my_table { chain my_input { |