Add firewall rules for mosh

This commit is contained in:
Greg Karékinian
2016-01-16 16:02:26 -05:00
parent a0b2d0e6bc
commit a5622d2209
3 changed files with 9 additions and 1 deletions

View File

@@ -17,3 +17,9 @@ firewall_rule 'ssh' do
protocol :tcp
action :allow
end
firewall_rule 'mosh' do
port 60000..61000
protocol :udp
action :allow
end