From c746be70a90c30fa4f84b9a6a6ba1ac24d9d7a81 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sat, 23 May 2020 17:46:01 +0200 Subject: [PATCH] Jitsi now supports diplonat --- nomad/jitsi.hcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nomad/jitsi.hcl b/nomad/jitsi.hcl index e037fe1..00d7767 100644 --- a/nomad/jitsi.hcl +++ b/nomad/jitsi.hcl @@ -233,7 +233,8 @@ job "jitsi" { service { tags = [ - "jitsi" + "jitsi", + "(diplonat (tcp_port 8080) (udp_port 10000))" ] port = "video1_port" address_mode = "host"