fix(sol): bind validator and RPC to same address
This commit is contained in:
@@ -18,7 +18,9 @@ solana_ledger_dir: /var/lib/solana/ledger
|
||||
solana_accounts_dir: /var/lib/solana/accounts
|
||||
solana_log_dir: /var/log/solana
|
||||
|
||||
solana_rpc_bind_address: 127.0.0.1
|
||||
# Note: agave-validator expects all sockets to be bound to the same IP.
|
||||
# For now we bind validator + RPC to 0.0.0.0 and rely on network hardening in a later etap.
|
||||
solana_bind_address: 0.0.0.0
|
||||
solana_rpc_port: 8899
|
||||
solana_rpc_pubsub_port: 8900
|
||||
solana_dynamic_port_range: "8000-8020"
|
||||
|
||||
Reference in New Issue
Block a user