fix ss in json sub

This commit is contained in:
Alireza Ahmadi
2025-08-07 00:35:12 +02:00
parent 590f6871af
commit b2a0ccfe02
2 changed files with 30 additions and 6 deletions
-1
View File
@@ -42,7 +42,6 @@ func FillOutJson(i *model.Inbound, hostname string) error {
case "http", "socks", "mixed", "anytls":
case "shadowsocks":
shadowsocksOut(&outJson, *inbound)
return nil
case "shadowtls":
shadowTlsOut(&outJson, *inbound)
case "hysteria":