mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update server.md
This commit is contained in:
parent
ea74f3a138
commit
c19937adb6
1 changed files with 3 additions and 3 deletions
|
|
@ -73,12 +73,12 @@ As with `--rpccorsdomain`, using `--wsorigins '*'` allows access from any origin
|
|||
JSON-RPC APIs are also provided on a UNIX domain socket. This server is enabled
|
||||
by default and has access to all JSON-RPC namespaces.
|
||||
|
||||
The listening socket is placed into the data directory by default. On Linux, the
|
||||
default location of the geth socket is
|
||||
The listening socket is placed into the data directory by default. On Linux and macOS,
|
||||
the default location of the geth socket is
|
||||
|
||||
~/.ethereum/geth.ipc
|
||||
|
||||
On Windows the default location is
|
||||
On Windows, IPC is provided via named pipes. The default location of the geth pipe is:
|
||||
|
||||
\\.\pipe\geth.ipc
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue