diff options
Diffstat (limited to 'manifests/subsystems/firewall/vserver.pp')
| -rw-r--r-- | manifests/subsystems/firewall/vserver.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/manifests/subsystems/firewall/vserver.pp b/manifests/subsystems/firewall/vserver.pp index cef8748..30f3c39 100644 --- a/manifests/subsystems/firewall/vserver.pp +++ b/manifests/subsystems/firewall/vserver.pp @@ -446,7 +446,7 @@ class firewall::vserver::mumble($destination, $zone = 'fw') {      action          => 'DNAT',      source          => '$FW',      destination     => "$zone:$destination:64738", -    proto           => 'tcp', +    proto           => 'udp',      destinationport => '64738',      originaldest    => "$ipaddress",      ratelimit       => '-', | 
