Peer reservations: more outlining

This commit is contained in:
mDuo13
2019-12-20 14:47:06 -08:00
parent eff9a54ded
commit 80dd3d4f2c
2 changed files with 22 additions and 1 deletions

View File

@@ -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)