start : Check if nat doesnt conflict with running jails, get default router

This commit is contained in:
yo
2022-04-18 13:52:44 +02:00
parent 77a2e9dabf
commit 7b5ae7ce6e
3 changed files with 113 additions and 13 deletions

1
go.mod
View File

@ -5,6 +5,7 @@ go 1.17
require (
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.9.0
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
)
require (