代码拉取完成,页面将自动刷新
package control_dto
type PopRegisterReq struct {
PopId string `json:"pop_id"` // required, TODO: use uuid
PubKey string `json:"pub_key"` // optional, pop's pub key, may be generate by pop-controller
}
type PopRegisterIfaceResp struct {
WgEndpoint string `json:"endpoint"` // required, public-ip:listen-port
WgPort int `json:"port"` // required, pop's listen-port
WgNetwork string `json:"network"` // required, wg ip pool, generate by pop-controller
WgAllowedIps string `json:"allowed_ips"` // required, generate by pop-controller
WgDns string `json:"dns"` // ?
WgIP string `json:"wg_ip"` // required, internal wg ip for wg client to connect, should be consist with Network
// WgPublicKey string `json:"public_key,omitempty"` // pop's, complex mode
}
type PopRegisterResp struct {
PopId string `json:"pop_id,omitempty"`
WgPublicKey string `json:"public_key,omitempty"` // pop's, all the interfaces share the same key
WgPrivateKey string `json:"private_key,omitempty"` // pop's
WgInterfaces map[string]PopRegisterIfaceResp `json:"interfaces,omitempty"` // pop's
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。