diff --git a/installers/common.sh b/installers/common.sh index 3eec32f..40e3caf 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -217,7 +217,7 @@ function network_tables() { nft add rule ip nat postrouting oifname "lokitun0" ip saddr 10.3.141.0/24 counter masquerade nft add rule ip nat postrouting counter masquerade systemctl start nftables.service - systemctl enable nftable.service + systemctl enable nftables.service fi }