mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 05:25:55 +00:00
Clarify how security works in rippled-example.cfg
This commit is contained in:
@@ -99,7 +99,7 @@ public:
|
||||
|
||||
int iRole = mHandler->getPublic()
|
||||
? RPCHandler::GUEST // Don't check on the public interface.
|
||||
: iAdminGet(jvRequest, mRemoteIP); // XXX Fix this to return the remote IP.
|
||||
: iAdminGet(jvRequest, mRemoteIP);
|
||||
|
||||
if (RPCHandler::FORBID == iRole)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user