Deploy RSK mainnet node, and new testnet node #346

Merged
raucao merged 5 commits from feature/343-rsk_mainnet into master 2021-11-28 16:01:04 +00:00
2 changed files with 8 additions and 7 deletions
Showing only changes of commit 83202747cf - Show all commits

View File

@@ -0,0 +1,7 @@
include_recipe 'firewall'
firewall_rule 'rskj' do
port [4444,50505]
protocol :tcp
command :allow
end

View File

@@ -30,10 +30,4 @@ service "rsk" do
action [:enable, :start]
end
include_recipe 'firewall'
firewall_rule 'rskj' do
port [4444,50505]
protocol :tcp
command :allow
end
include_recipe 'kosmos_rsk::firewall'