feat: send gateway dns and private address (#3378)

This commit is contained in:
Aceix
2025-03-18 09:26:29 +00:00
committed by GitHub
parent 3d765f9cf1
commit 39d812f137
3 changed files with 25 additions and 0 deletions

View File

@@ -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