Allow incoming traffic for IPFS

This commit is contained in:
Basti 2018-05-05 17:25:10 +02:00
parent 2aebcb2fa5
commit a6d83f5720

View File

@ -14,6 +14,11 @@ unless node.chef_environment == "development"
protocol :tcp
command :allow
end
firewall_rule 'ipfs_swarm_p2p' do
port 4001
protocol :tcp
command :allow
end
end
include_recipe "kosmos-nodejs"