mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Peer reservations: more outlining
This commit is contained in:
@@ -11,6 +11,9 @@ If you run multiple servers in the same datacenter, you may want [to cluster the
|
||||
Having 10-11 peers probably means your firewall is blocking incoming connections. Open the peer protocol port (51235 by default) to allow incoming peer connections.
|
||||
|
||||
|
||||
## Set Maximum Number of Peers
|
||||
`[peers_max]` config setting (restart required)
|
||||
|
||||
## Add a Reserved Peer Slot
|
||||
|
||||
[peer_reservations_add method][]
|
||||
@@ -26,6 +29,11 @@ Having 10-11 peers probably means your firewall is blocking incoming connections
|
||||
[peer_reservations_list method][]
|
||||
|
||||
|
||||
## Manually Connect to a Specific Peer
|
||||
|
||||
[connect method][] (by IP and port)
|
||||
|
||||
|
||||
## Disconnect an Unwanted Peer
|
||||
|
||||
No API for this but you can use a software firewall to block peers making excessive requests or on the wrong network chain. (see RBH script for examples)
|
||||
|
||||
Reference in New Issue
Block a user