Skip to content

Commit

Permalink
add back deny methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Cifko committed Nov 23, 2023
1 parent cd4f1e4 commit a58ce62
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions common/config/presets/c_base_node.toml
Expand Up @@ -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"
Expand Down

0 comments on commit a58ce62

Please sign in to comment.