update 2023-09-19 16:22:46
This commit is contained in:
parent
62ec3f5af5
commit
7efdcc0d6a
|
@ -797,7 +797,6 @@ return view.extend({
|
||||||
so.value('', _('Default'));
|
so.value('', _('Default'));
|
||||||
so.value('native', _('Native'));
|
so.value('native', _('Native'));
|
||||||
so.value('quic', _('QUIC'));
|
so.value('quic', _('QUIC'));
|
||||||
so.default = '';
|
|
||||||
so.depends('type', 'tuic');
|
so.depends('type', 'tuic');
|
||||||
so.modalonly = true;
|
so.modalonly = true;
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
config homeproxy 'infra'
|
config homeproxy 'infra'
|
||||||
option __warning 'DO NOT EDIT THIS SECTION, OR YOU ARE ON YOUR OWN!'
|
option __warning 'DO NOT EDIT THIS SECTION, OR YOU ARE ON YOUR OWN!'
|
||||||
option common_port '22,53,80,143,443,465,587,853,993,995,8080,8443,9418'
|
option common_port '22,53,80,143,443,465,853,993,995,8080,8443,9418'
|
||||||
option redirect_port '5331'
|
option redirect_port '5331'
|
||||||
option tproxy_port '5332'
|
option tproxy_port '5332'
|
||||||
option dns_port '5333'
|
option dns_port '5333'
|
||||||
|
|
Loading…
Reference in New Issue