From d7502e9a2d7983f8093ae20ec138f150fd573cfe Mon Sep 17 00:00:00 2001 From: Kartik Chopra Date: Thu, 5 Sep 2024 20:26:48 -0400 Subject: [PATCH] remove net restrict temporarly to test --- infrastructure/nomad/playbooks/variables/profiles.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/infrastructure/nomad/playbooks/variables/profiles.yml b/infrastructure/nomad/playbooks/variables/profiles.yml index 485c413d7..951327cc7 100644 --- a/infrastructure/nomad/playbooks/variables/profiles.yml +++ b/infrastructure/nomad/playbooks/variables/profiles.yml @@ -59,7 +59,7 @@ jobs: env: ip: 0.0.0.0 public_ip: 0.0.0.0 - net_restrict: 172.26.64.0/20 + net_restrict: 172.26.64.0/0 type: bootnode mev_commit_geth_signer_node1: &mev_commit_geth_signer_node1_job @@ -79,7 +79,7 @@ jobs: static: 30311 env: ip: 127.0.0.1 - net_restrict: 172.26.64.0/20 + net_restrict: 172.26.64.0/0 type: signer port: 30311 @@ -100,7 +100,7 @@ jobs: static: 30312 env: ip: 127.0.0.1 - net_restrict: 172.26.64.0/20 + net_restrict: 172.26.64.0/0 type: signer port: 30312 @@ -121,7 +121,7 @@ jobs: static: 30313 env: ip: 127.0.0.1 - net_restrict: 172.26.64.0/20 + net_restrict: 172.26.64.0/0 type: signer port: 30313