Allow incoming traffic for IPFS
This commit is contained in:
parent
2aebcb2fa5
commit
a6d83f5720
@ -14,6 +14,11 @@ unless node.chef_environment == "development"
|
|||||||
protocol :tcp
|
protocol :tcp
|
||||||
command :allow
|
command :allow
|
||||||
end
|
end
|
||||||
|
firewall_rule 'ipfs_swarm_p2p' do
|
||||||
|
port 4001
|
||||||
|
protocol :tcp
|
||||||
|
command :allow
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
include_recipe "kosmos-nodejs"
|
include_recipe "kosmos-nodejs"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user