Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sub/subClashService.go')
-rw-r--r--sub/subClashService.go6
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)