aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflu0r1ne <flu0r1ne@flu0r1ne.net>2023-08-26 13:06:55 -0500
committerflu0r1ne <flu0r1ne@flu0r1ne.net>2023-08-26 13:06:55 -0500
commitd69d4502f28eb8bf7ac71c18b8aaa05b76cf3b34 (patch)
treecc5bfa4a66fdaaf3babb08f5869a4a2634e1cea1
parent8ee5ff9be71b9a8d1e18dbc5dd325b07cccf131a (diff)
downloadwg2nd-d69d4502f28eb8bf7ac71c18b8aaa05b76cf3b34.tar.xz
wg2nd-d69d4502f28eb8bf7ac71c18b8aaa05b76cf3b34.zip
nft.conf -> nftables.conf
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cfee9a6..d59c504 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ and installing it in `/etc/systemd/network/`, execute the following commands:
wg2nd install /etc/wireguard/wg0.conf
# Append firewall rules to nft(8)
-wg2nd generate -t nft /etc/wireguard/wg0.conf >> /etc/nft.conf
+wg2nd generate -t nft /etc/wireguard/wg0.conf >> /etc/nftables.conf
# Activate the network interface
networkctl up wg0