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
+1
View File
@@ -44,6 +44,7 @@ type (
Name string `json:"name"`
Uuid string `json:"uuid"`
Protocol string `json:"protocol"`
Protocols string `json:"protocols"`
Port uint16 `json:"port"`
Address string `json:"address"`
Tags []string `json:"tags"`