diff options
Diffstat (limited to 'sub')
| -rw-r--r-- | sub/subClashService.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sub/subClashService.go b/sub/subClashService.go index ea095919..f0a8ca8a 100644 --- a/sub/subClashService.go +++ b/sub/subClashService.go @@ -160,10 +160,10 @@ func (s *SubClashService) getProxies(inbound *model.Inbound, client model.Client func (s *SubClashService) buildProxy(inbound *model.Inbound, client model.Client, stream map[string]any, extraRemark string) map[string]any { proxy := map[string]any{ - "name": s.SubService.genRemark(inbound, client.Email, extraRemark), + "name": s.SubService.genRemark(inbound, client.Email, extraRemark), "server": inbound.Listen, - "port": inbound.Port, - "udp": true, + "port": inbound.Port, + "udp": true, } network, _ := stream["network"].(string) |
