[agent-go] - 增加公网IP部分
This commit is contained in:
@@ -12,6 +12,11 @@ type AgentServerInfo struct {
|
||||
ServerIPInV4 string `json:"serverIpInV4" yaml:"serverIpInV4"`
|
||||
ServerIPPbV6 string `json:"serverIpPbV6" yaml:"serverIpPbV6"`
|
||||
ServerIPInV6 string `json:"serverIpInV6" yaml:"serverIpInV6"`
|
||||
City string `json:"city" yaml:"city"`
|
||||
Region string `json:"region" yaml:"region"`
|
||||
Country string `json:"country" yaml:"country"`
|
||||
Organization string `json:"organization" yaml:"organization"`
|
||||
TimeZone string `json:"timeZone" yaml:"timeZone"`
|
||||
Location string `json:"location" yaml:"location"`
|
||||
Provider string `json:"provider" yaml:"provider"`
|
||||
ManagePort string `json:"managePort" yaml:"managePort"`
|
||||
|
||||
Reference in New Issue
Block a user