mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-05-06 05:38:41 +00:00
change default tag format
This commit is contained in:
+1
-1
@@ -116,5 +116,5 @@ func (c *Controller) Close() error {
|
||||
}
|
||||
|
||||
func (c *Controller) buildNodeTag(node *panel.NodeInfo) string {
|
||||
return fmt.Sprintf("%s-%s-%d", c.apiClient.APIHost, node.Type, node.Id)
|
||||
return fmt.Sprintf("[%s]-%s:%d", c.apiClient.APIHost, node.Type, node.Id)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user