mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
Update flags.go
Improved warning for --rpcaddr
This commit is contained in:
parent
fd512fa12c
commit
3df1892513
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ var (
|
|||
}
|
||||
RPCListenAddrFlag = cli.StringFlag{
|
||||
Name: "rpcaddr",
|
||||
Usage: "Listening address for the JSON-RPC server",
|
||||
Usage: "Listening address for the JSON-RPC server (warning: incorrect use of this flag can give anyone access)",
|
||||
Value: "127.0.0.1",
|
||||
}
|
||||
RPCPortFlag = cli.IntFlag{
|
||||
|
|
|
|||
Loading…
Reference in a new issue