aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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