Jitsi: fix for NAT
This commit is contained in:
parent
d0ff04b3db
commit
96acf122c9
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@
|
||||||
jicofo.enable = true;
|
jicofo.enable = true;
|
||||||
videobridge.enable = true;
|
videobridge.enable = true;
|
||||||
prosody.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" = {
|
services.nginx.virtualHosts."meet.privatevoid.net" = {
|
||||||
enableACME = false;
|
enableACME = false;
|
||||||
|
|
Loading…
Reference in a new issue