From 2bbada23d9423985501cb7ade4e7ad850c52c2da Mon Sep 17 00:00:00 2001 From: _den <_den@outlook.com> Date: Thu, 3 Mar 2022 08:43:34 +1000 Subject: [PATCH] fixed default env --- nethermind/example.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nethermind/example.env b/nethermind/example.env index 5e8bb9c..5daedd4 100644 --- a/nethermind/example.env +++ b/nethermind/example.env @@ -2,4 +2,4 @@ DOMAIN=domain.org P2P_PORT=30303 HTTP_PORT=8535 WS_PORT=8536 -ALLOW_FROM=0.0.0.0/32 \ No newline at end of file +ALLOW_FROM=0.0.0.0/0 \ No newline at end of file