We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c8441 commit 8da0679Copy full SHA for 8da0679
conf/config.go
@@ -62,6 +62,7 @@ func Init(file string) {
62
63
viper.SetDefault("ddns.interval", 60)
64
viper.SetDefault("ddns.handshake_max", 150)
65
+ viper.SetDefault("wireguard.MTU", 1420)
66
67
update()
68
if err != nil {
0 commit comments