mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-03 02:53:29 +08:00
feat: send gateway dns and private address (#3378)
This commit is contained in:
@@ -44,6 +44,8 @@ type UserRemoteGws struct {
|
||||
AllowedEndpoints []string `json:"allowed_endpoints"`
|
||||
NetworkAddresses []string `json:"network_addresses"`
|
||||
Status NodeStatus `json:"status"`
|
||||
DnsAddress string `json:"dns_address"`
|
||||
Addresses string `json:"addresses"`
|
||||
}
|
||||
|
||||
// UserRAGs - struct for user access gws
|
||||
|
||||
Reference in New Issue
Block a user