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
sub.go
subClashService.go
subController.go
subJsonService.go
subService.go sub: dont panic on bad externalProxy entry in genHysteriaLink 2026-04-22 18:55:27 +03:00