add checks for firewall

This commit is contained in:
Matthew R. Kasun
2022-08-19 10:43:51 -04:00
parent 0817b01cb2
commit 157a8f02cd
2 changed files with 19 additions and 0 deletions

View File

@@ -35,6 +35,9 @@ func main() {
} else {
ncutils.CheckUID()
ncutils.CheckWG()
if ncutils.IsLinux() {
ncutils.CheckFirewall()
}
}
if len(os.Args) <= 1 && config.GuiActive {