diff options
author | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-08-26 13:06:55 -0500 |
---|---|---|
committer | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-08-26 13:06:55 -0500 |
commit | d69d4502f28eb8bf7ac71c18b8aaa05b76cf3b34 (patch) | |
tree | cc5bfa4a66fdaaf3babb08f5869a4a2634e1cea1 | |
parent | 8ee5ff9be71b9a8d1e18dbc5dd325b07cccf131a (diff) | |
download | wg2nd-d69d4502f28eb8bf7ac71c18b8aaa05b76cf3b34.tar.xz wg2nd-d69d4502f28eb8bf7ac71c18b8aaa05b76cf3b34.zip |
nft.conf -> nftables.conf
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |