There was an error while loading. Please reload this page.
1 parent aff02d2 commit 4e17a36Copy full SHA for 4e17a36
1 file changed
backend/src/core/proxy-utils/producers/sing-box.js
@@ -1399,7 +1399,7 @@ export default function singbox_Producer() {
1399
);
1400
}
1401
break;
1402
- case 'snell':
+ case 'snell': {
1403
list.push(
1404
snellParser(
1405
proxy,
@@ -1417,6 +1417,7 @@ export default function singbox_Producer() {
1417
1418
1419
1420
+ }
1421
case 'vmess':
1422
if (
1423
!proxy.network ||
0 commit comments