Skip to content

Commit b3150be

Browse files
committed
Fix webrtc port range for firewall #1012
1 parent 9c37523 commit b3150be

File tree

1 file changed

+1
-1
lines changed
  • manifests/maverick-modules/maverick_web/manifests

1 file changed

+1
-1
lines changed

manifests/maverick-modules/maverick_web/manifests/janus.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
proto => "tcp"
302302
}
303303
maverick_security::firewall::firerule { "webrtc-rtp":
304-
ports => [$rtprange_start, $rtprange_end],
304+
ports => ["${rtprange_start}-${rtprange_end}"],
305305
ips => lookup("firewall_ips"),
306306
proto => "udp"
307307
}

0 commit comments

Comments
 (0)