conf: force TYPE65 SOA enable by default

This commit is contained in:
Nick Peng
2022-11-23 22:29:56 +08:00
parent 5a356e577d
commit bd31cc0a36
4 changed files with 5 additions and 3 deletions

View File

@@ -126,7 +126,7 @@ o = s:taboption("settings", Flag, "force_https_soa", translate("Force HTTPS SOA"
o.rmempty = false
o.default = o.enabled
o.cfgvalue = function(...)
return Flag.cfgvalue(...) or "0"
return Flag.cfgvalue(...) or "1"
end
---- rr-ttl