Deploy RSK mainnet node, and new testnet node #346
7
site-cookbooks/kosmos_rsk/recipes/firewall.rb
Normal file
7
site-cookbooks/kosmos_rsk/recipes/firewall.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
include_recipe 'firewall'
|
||||
|
||||
firewall_rule 'rskj' do
|
||||
port [4444,50505]
|
||||
protocol :tcp
|
||||
command :allow
|
||||
end
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user