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

@@ -196,7 +196,7 @@ return view.extend({
// Force HTTPS SOA
o = s.taboption("settings", form.Flag, "force_https_soa", _("Force HTTPS SOA"), _("Force HTTPS SOA."));
o.rmempty = false;
o.default = o.disabled;
o.default = o.enabled;
// rr-ttl;
o = s.taboption("settings", form.Value, "rr_ttl", _("Domain TTL"), _("TTL for all domain result."));