mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-04 04:30:08 +00:00
change default tag format
This commit is contained in:
@@ -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