add: Add protocol configuration in the return node

This commit is contained in:
EUForest
2025-10-22 19:54:56 +08:00
parent d78d79fa2d
commit b099331302
3 changed files with 3 additions and 0 deletions
@@ -141,6 +141,7 @@ func (l *QueryUserSubscribeNodeListLogic) getServers(userSub *user.Subscribe) (u
Name: n.Name,
Uuid: userSub.UUID,
Protocol: n.Protocol,
Protocols: server.Protocols,
Port: n.Port,
Address: n.Address,
Tags: strings.Split(n.Tags, ","),