diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-23 17:46:01 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-23 17:46:01 +0200 |
commit | c746be70a90c30fa4f84b9a6a6ba1ac24d9d7a81 (patch) | |
tree | eb33a7b1d8c377f9231e83a69f9d9808dd8f382d | |
parent | 32ed9af20536b4847fa0f223b8779352d8e90117 (diff) | |
download | infrastructure-c746be70a90c30fa4f84b9a6a6ba1ac24d9d7a81.tar.gz infrastructure-c746be70a90c30fa4f84b9a6a6ba1ac24d9d7a81.zip |
Jitsi now supports diplonat
-rw-r--r-- | nomad/jitsi.hcl | 3 |
1 files changed, 2 insertions, 1 deletions
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" |