Skip to content

Commit

Permalink
remove net restrict temporarly to test
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Sep 6, 2024
1 parent d957f8d commit d7502e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions infrastructure/nomad/playbooks/variables/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down

0 comments on commit d7502e9

Please sign in to comment.