Skip to content

Commit

Permalink
import dns field from gw node
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek9686 committed Feb 27, 2025
1 parent bc1eed3 commit aa84d43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pro/controllers/users.go
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,7 @@ func getUserRemoteAccessGwsV1(w http.ResponseWriter, r *http.Request) {
}

gws := userGws[node.Network]
extClient.DNS = node.IngressDNS
extClient.AllowedIPs = logic.GetExtclientAllowedIPs(extClient)
gws = append(gws, models.UserRemoteGws{
GwID: node.ID.String(),
Expand Down

0 comments on commit aa84d43

Please sign in to comment.