add gw listen port (#2931)

This commit is contained in:
Abhishek K
2024-05-09 13:00:21 +05:30
committed by GitHub
parent abf3f4f55d
commit 4a355ee9f3
2 changed files with 6 additions and 1 deletions

View File

@@ -72,6 +72,7 @@ type UserRemoteGws struct {
IsInternetGateway bool `json:"is_internet_gateway"`
GwClient ExtClient `json:"gw_client"`
GwPeerPublicKey string `json:"gw_peer_public_key"`
GwListenPort int `json:"gw_listen_port"`
Metadata string `json:"metadata"`
AllowedEndpoints []string `json:"allowed_endpoints"`
}