mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-08 14:14:19 +00:00
gofmt: align map keys in buildHysteriaProxy
This commit is contained in:
parent
3213d62750
commit
e20a8c7ef8
1 changed files with 6 additions and 6 deletions
|
|
@ -249,12 +249,12 @@ func (s *SubClashService) buildHysteriaProxy(inbound *model.Inbound, client mode
|
||||||
}
|
}
|
||||||
|
|
||||||
proxy := map[string]any{
|
proxy := map[string]any{
|
||||||
"name": s.SubService.genRemark(inbound, client.Email, extraRemark),
|
"name": s.SubService.genRemark(inbound, client.Email, extraRemark),
|
||||||
"type": proxyType,
|
"type": proxyType,
|
||||||
"server": inbound.Listen,
|
"server": inbound.Listen,
|
||||||
"port": inbound.Port,
|
"port": inbound.Port,
|
||||||
"udp": true,
|
"udp": true,
|
||||||
authKey: client.Auth,
|
authKey: client.Auth,
|
||||||
}
|
}
|
||||||
|
|
||||||
var rawStream map[string]any
|
var rawStream map[string]any
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue