Update cookbooks
This commit is contained in:
@@ -39,6 +39,13 @@ firewall_rule 'allow world to winrm' do
|
||||
only_if { windows? && node['firewall']['allow_winrm'] }
|
||||
end
|
||||
|
||||
firewall_rule 'allow world to mosh' do
|
||||
protocol :udp
|
||||
port 60000..61000
|
||||
source '0.0.0.0/0'
|
||||
only_if { linux? && node['firewall']['allow_mosh'] }
|
||||
end
|
||||
|
||||
# allow established connections, ufw defaults to this but iptables does not
|
||||
firewall_rule 'established' do
|
||||
stateful [:related, :established]
|
||||
|
||||
Reference in New Issue
Block a user