openwrt: support set smartdns as main server when port is 53
This commit is contained in:
@@ -176,8 +176,8 @@ return L.view.extend({
|
||||
|
||||
// Port;
|
||||
o = s.taboption("settings", form.Value, "port", _("Local Port"), _("Smartdns local server port"));
|
||||
o.placeholder = 6053;
|
||||
o.default = 6053;
|
||||
o.placeholder = 53;
|
||||
o.default = 53;
|
||||
o.datatype = "port";
|
||||
o.rempty = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user