second DNS: change default port 7053 to 6553

This commit is contained in:
Nick Peng
2020-02-16 14:35:19 +08:00
parent 5f9167cf07
commit 20051a3698
2 changed files with 4 additions and 4 deletions

View File

@@ -128,8 +128,8 @@ o.rempty = false
---- Port ---- Port
o = s:taboption("seconddns", Value, "seconddns_port", translate("Local Port"), translate("Smartdns local server port")) o = s:taboption("seconddns", Value, "seconddns_port", translate("Local Port"), translate("Smartdns local server port"))
o.placeholder = 7053 o.placeholder = 6553
o.default = 7053 o.default = 6553
o.datatype = "port" o.datatype = "port"
o.rempty = false o.rempty = false

View File

@@ -241,8 +241,8 @@ return L.view.extend({
// Port; // Port;
o = s.taboption("seconddns", form.Value, "seconddns_port", _("Local Port"), _("Smartdns local server port")); o = s.taboption("seconddns", form.Value, "seconddns_port", _("Local Port"), _("Smartdns local server port"));
o.placeholder = 7053; o.placeholder = 6553;
o.default = 7053; o.default = 6553;
o.datatype = "port"; o.datatype = "port";
o.rempty = false; o.rempty = false;