11 lines
171 B
Ruby
11 lines
171 B
Ruby
#
|
|
# Cookbook:: kosmos_zerotier
|
|
# Recipe:: firewall
|
|
#
|
|
|
|
firewall_rule "zerotier" do
|
|
port node["kosmos_zerotier"]["server_port"]
|
|
protocol :none
|
|
command :allow
|
|
end
|