package control
type ProxyRequestPayload struct {
RequestID int64 `json:"i"`
Network string `json:"n"`
Address string `json:"a"`
}
type CloseProxyPayload struct {