Don't connect to local IPs
This commit is contained in:
@@ -18,11 +18,12 @@ parity_node "dev" do
|
||||
password "parityparity"
|
||||
config parity: {
|
||||
chain: "dev",
|
||||
no_download: true, # Don't Download Updates
|
||||
no_download: true, # Don't download updates
|
||||
},
|
||||
network: {
|
||||
port: 30303,
|
||||
warp: true,
|
||||
allow_ips: "public" # Don't connect to local IPs
|
||||
},
|
||||
rpc: {
|
||||
port: rpc_port,
|
||||
|
||||
Reference in New Issue
Block a user