From a58ce6223796b3d210a3b85c97c8afea4fc0aae8 Mon Sep 17 00:00:00 2001 From: Cifko Date: Thu, 23 Nov 2023 08:24:24 +0100 Subject: [PATCH] add back deny methods --- common/config/presets/c_base_node.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/common/config/presets/c_base_node.toml b/common/config/presets/c_base_node.toml index 535dbdc6c0a..9c8a3070769 100644 --- a/common/config/presets/c_base_node.toml +++ b/common/config/presets/c_base_node.toml @@ -38,13 +38,13 @@ identity_file = "config/base_node_id_nextnet.json" # Uncomment all gRPC server methods that should be denied default (only active when `grpc_enabled = true`) grpc_server_deny_methods = [ - #"get_version", - #"check_for_updates", - #"get_sync_info", - #"get_sync_progress", - #"get_tip_info", - #"identify", - #"get_network_status", + "get_version", + "check_for_updates", + "get_sync_info", + "get_sync_progress", + "get_tip_info", + "identify", + "get_network_status", #"list_headers" #"get_header_by_hash" #"get_blocks"