add RPC_ALLOW_REMOTE connections flag

This commit is contained in:
jed
2012-06-06 07:10:30 -07:00
parent 6559655218
commit a79c78111e
7 changed files with 13 additions and 9 deletions

View File

@@ -69,6 +69,7 @@ public:
int RPC_PORT;
std::string RPC_USER;
std::string RPC_PASSWORD;
bool RPC_ALLOW_REMOTE;
// Validation
std::string VALIDATION_PASSWORD;