expose info whether entry gateway enforces zk-nym in self-described api (#4529)
This commit is contained in:
committed by
GitHub
parent
1c93cc8a68
commit
3e12766afd
@@ -484,6 +484,7 @@ impl NymNode {
|
||||
wss_port: self.config.entry_gateway.announce_wss_port,
|
||||
});
|
||||
let gateway_details = api_requests::v1::gateway::models::Gateway {
|
||||
enforces_zk_nyms: self.config.entry_gateway.enforce_zk_nyms,
|
||||
client_interfaces: api_requests::v1::gateway::models::ClientInterfaces {
|
||||
wireguard,
|
||||
mixnet_websockets,
|
||||
|
||||
Reference in New Issue
Block a user