Jitsi: fix for NAT

This commit is contained in:
Max Headroom 2021-06-13 20:33:18 +02:00
parent d0ff04b3db
commit 96acf122c9

View file

@ -22,6 +22,11 @@
jicofo.enable = true;
videobridge.enable = true;
prosody.enable = true;
config.p2p.enabled = false;
};
services.jitsi-videobridge = {
nat.publicAddress = "95.216.8.12";
nat.localAddress = "10.10.1.204";
};
services.nginx.virtualHosts."meet.privatevoid.net" = {
enableACME = false;