Skip to content

Commit

Permalink
chore(config): direct smtp port by default
Browse files Browse the repository at this point in the history
  • Loading branch information
1715173329 authored Sep 17, 2023
1 parent 2d801fc commit 27efd7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion htdocs/luci-static/resources/view/homeproxy/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion root/etc/config/homeproxy
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 27efd7d

Please sign in to comment.