Skip to content

Commit

Permalink
fix(server): fix tls not enabled when type is tuic
Browse files Browse the repository at this point in the history
  • Loading branch information
muink committed Nov 3, 2024
1 parent 8d79f40 commit f17f4fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/luci-static/resources/view/homeproxy/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ return view.extend({
o.depends('type', 'hysteria2');
o.depends('type', 'naive');
o.depends('type', 'trojan');
o.depends('type', 'tuic');
o.depends('type', 'vless');
o.depends('type', 'vmess');
o.rmempty = false;
Expand Down

0 comments on commit f17f4fb

Please sign in to comment.