mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-14 09:04:44 +08:00
require firewall
This commit is contained in:
parent
f536f0465c
commit
484b628848
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ func CheckFirewall() {
|
||||||
found = true
|
found = true
|
||||||
}
|
}
|
||||||
if !found {
|
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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue