mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-02 21:14:05 +08:00
add gateway to node response
This commit is contained in:
@@ -61,6 +61,7 @@ func (s *NodeServiceServer) ReadNode(ctx context.Context, req *nodepb.ReadNodeRe
|
|||||||
Checkininterval: node.CheckInInterval,
|
Checkininterval: node.CheckInInterval,
|
||||||
Dnsoff: !servercfg.IsDNSMode(),
|
Dnsoff: !servercfg.IsDNSMode(),
|
||||||
Ispending: node.IsPending,
|
Ispending: node.IsPending,
|
||||||
|
Isingressgateway: node.IsIngressGateway,
|
||||||
Publickey: node.PublicKey,
|
Publickey: node.PublicKey,
|
||||||
Listenport: node.ListenPort,
|
Listenport: node.ListenPort,
|
||||||
Keepalive: node.PersistentKeepalive,
|
Keepalive: node.PersistentKeepalive,
|
||||||
|
|||||||
Reference in New Issue
Block a user