Skip to content

Commit aa84d43

Browse files
committed
import dns field from gw node
1 parent bc1eed3 commit aa84d43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pro/controllers/users.go

+1
Original file line numberDiff line numberDiff line change
@@ -1104,6 +1104,7 @@ func getUserRemoteAccessGwsV1(w http.ResponseWriter, r *http.Request) {
11041104
}
11051105

11061106
gws := userGws[node.Network]
1107+
extClient.DNS = node.IngressDNS
11071108
extClient.AllowedIPs = logic.GetExtclientAllowedIPs(extClient)
11081109
gws = append(gws, models.UserRemoteGws{
11091110
GwID: node.ID.String(),

0 commit comments

Comments
 (0)