remove trojan flow

This commit is contained in:
Alireza Ahmadi
2023-06-20 12:42:31 +02:00
parent fe29c48d89
commit ac58a65750
2 changed files with 1 additions and 11 deletions

View File

@@ -558,10 +558,6 @@ func (s *SubService) genTrojanLink(inbound *model.Inbound, email string) string
}
}
}
if streamNetwork == "tcp" && len(clients[clientIndex].Flow) > 0 {
params["flow"] = clients[clientIndex].Flow
}
}
link := fmt.Sprintf("trojan://%s@%s:%d", password, address, port)