luci: fix auto setting issue
This commit is contained in:
@@ -122,7 +122,8 @@
|
||||
o.rempty = false;
|
||||
|
||||
// Port;
|
||||
o = s.taboption("settings", form.Value, "port", _("Local Port"), _("Smartdns local server port"));
|
||||
o = s.taboption("settings", form.Value, "port", _("Local Port"),
|
||||
_("Smartdns local server port, smartdns will be automatically set as main dns when the port is 53."));
|
||||
o.placeholder = 53;
|
||||
o.default = 53;
|
||||
o.datatype = "port";
|
||||
|
||||
Reference in New Issue
Block a user