🔨 Template -no-kernel-module flag

This commit is contained in:
M. Mert Yildiran
2023-10-09 21:17:34 +03:00
parent 22bdbda718
commit 6d79598c5d
4 changed files with 12 additions and 52 deletions

View File

@@ -127,6 +127,7 @@ type TapConfig struct {
Ingress IngressConfig `yaml:"ingress" json:"ingress"`
IPv6 bool `yaml:"ipv6" json:"ipv6" default:"true"`
Debug bool `yaml:"debug" json:"debug" default:"false"`
NoKernelModule bool `yaml:"nokernelmodule" json:"nokernelmodule" default:"false"`
Telemetry TelemetryConfig `yaml:"telemetry" json:"telemetry"`
}