mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-10 14:58:05 +00:00
Specify rpcallowip in web client setup example in README.md
This commit is contained in:
parent
2cbadcc936
commit
323734850f
@ -163,7 +163,7 @@ Next, run the twister daemon. The RPC username and password are currently
|
||||
hard coded as "user" and "pwd" in the web client so you'll need to specify
|
||||
them:
|
||||
|
||||
./twisterd -rpcuser=user -rpcpassword=pwd
|
||||
./twisterd -rpcuser=user -rpcpassword=pwd -rpcallowip=127.0.0.1
|
||||
|
||||
Visit [http://localhost:28332/index.html](http://localhost:28332/index.html)
|
||||
in your web browser and you should see a page asking you to choose between the
|
||||
|
Loading…
Reference in New Issue
Block a user