3x-ui/sub
pwnnex 17f67ef3a5 sub: dont panic on bad externalProxy entry in genHysteriaLink
The externalProxy fanout from #4073 did `int(ep["port"].(float64))`
with no ok-check. If any entry is missing port or has the wrong
type it panics, and since this runs in the /sub/<id> handler the
whole subscription returns 500. Skip malformed entries instead.
2026-04-22 18:55:27 +03:00
..
default.json dokodemo-door, socks renamed to mixed, tunnel 2025-09-09 13:57:40 +02:00
sub.go feat add clash yaml convert (#3916) 2026-04-19 22:26:13 +02:00
subClashService.go hysteria: also accept "hysteria2" protocol string 2026-04-22 18:55:09 +03:00
subController.go feat add clash yaml convert (#3916) 2026-04-19 22:26:13 +02:00
subJsonService.go hysteria: also accept "hysteria2" protocol string 2026-04-22 18:55:09 +03:00
subService.go sub: dont panic on bad externalProxy entry in genHysteriaLink 2026-04-22 18:55:27 +03:00