mirror of
https://github.com/tornadocash/rpc-nodes
synced 2024-02-02 14:53:56 +01:00
9 lines
196 B
Bash
9 lines
196 B
Bash
# Traefik
|
|
DOMAIN=domain.org
|
|
# Comma-separated list of IP/mask addresses to allow access. Replace 0.0.0.0/0 with your address
|
|
ALLOW_FROM=0.0.0.0/0
|
|
|
|
# Node
|
|
P2P_PORT=30303
|
|
HTTP_PORT=8535
|
|
WS_PORT=8536 |