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