Don't connect to local IPs

This commit is contained in:
2017-05-17 12:39:23 +02:00
parent 41e47f42c1
commit 6621127c41
3 changed files with 5 additions and 2 deletions

View File

@@ -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,