mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-17 07:37:15 +00:00
feat(sub): refine Happ routing presets, serverDescription escaping, and auto-detect placement (#6488)
* feat(sub): refine Happ routing presets, serverDescription escaping, and auto-detect placement * fix(sub): address PR review findings on routing parity, agent regex, and i18n
This commit is contained in:
@@ -107,6 +107,9 @@ func hostToExternalProxyMap(h *model.Host, defaultDest string, defaultPort int)
|
||||
if h.VlessRoute != "" {
|
||||
ep["vlessRoute"] = h.VlessRoute
|
||||
}
|
||||
if h.ServerDescription != "" {
|
||||
ep["serverDescription"] = h.ServerDescription
|
||||
}
|
||||
return ep
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user