mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-01-22 18:08:14 -05:00
change default tag format
This commit is contained in:
parent
088fb8f848
commit
b85a78209a
@ -116,5 +116,5 @@ func (c *Controller) Close() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (c *Controller) buildNodeTag(node *panel.NodeInfo) string {
|
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)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user