require firewall

This commit is contained in:
Matthew R. Kasun 2022-08-22 09:27:45 -04:00
parent f536f0465c
commit 484b628848

View file

@ -533,7 +533,7 @@ func CheckFirewall() {
found = true
}
if !found {
logger.Log(0, "neither iptables nor nft is installed - node cannot be used as a gateway")
log.Fatal("neither iptables nor nft is installed - please install one or the other and try again")
}
}