]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
add rule for stun
authoro <o@immerda.ch>
Wed, 11 Jun 2014 20:15:39 +0000 (22:15 +0200)
committermh <mh@immerda.ch>
Sat, 5 Dec 2015 10:35:24 +0000 (11:35 +0100)
manifests/rules/jabberserver.pp

index 3b38b294d176667cff21c11569da6879314f69f6..dd51ca4aa0f6d87d307003a36d611524840f8731 100644 (file)
@@ -7,6 +7,13 @@ class shorewall::rules::jabberserver {
             destinationport => '5222,5223,5269',
             order           => 240,
             action          => 'ACCEPT';
+    'net-me-udp_jabber':
+            source          => 'net',
+            destination     => '$FW',
+            proto           => 'udp',
+            destinationport => '3478',
+            order           => 240,
+            action          => 'ACCEPT';
     'me-net-tcp_jabber_s2s':
             source          => '$FW',
             destination     => 'net',