mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
7 lines
227 B
Markdown
7 lines
227 B
Markdown
HTTP: RPC / REST
|
|
----------------
|
|
|
|
Clients attempting to connect from addresses not allowed by the `-rpcallowip`
|
|
option (or its default, `localhost`) will now be immediately disconnected
|
|
instead of receiving a `403 Forbidden`.
|