update 2023-09-19 16:22:46

This commit is contained in:
github-actions[bot] 2023-09-19 16:22:46 +08:00
parent 62ec3f5af5
commit 7efdcc0d6a
2 changed files with 1 additions and 2 deletions

View File

@ -797,7 +797,6 @@ return view.extend({
so.value('', _('Default'));
so.value('native', _('Native'));
so.value('quic', _('QUIC'));
so.default = '';
so.depends('type', 'tuic');
so.modalonly = true;

View File

@ -1,7 +1,7 @@
config homeproxy 'infra'
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 tproxy_port '5332'
option dns_port '5333'