From b92b6930ca6c10c89b8f59cce393643eb32248e5 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 19 Jul 2017 17:05:48 +0200 Subject: add mosh support --- manifests/rules/mosh.pp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 manifests/rules/mosh.pp diff --git a/manifests/rules/mosh.pp b/manifests/rules/mosh.pp new file mode 100644 index 0000000..1cd3486 --- /dev/null +++ b/manifests/rules/mosh.pp @@ -0,0 +1,11 @@ +# enable mosh support +class shorewall::rules::mosh { + shorewall::rule { 'net-me-mosh-udp': + source => 'net', + destination => '$FW', + proto => 'udp', + destinationport => '60000:61000', + order => 240, + action => 'ACCEPT'; + } +} -- cgit v1.2.3