This commit is contained in:
parent
8f1f0dcb3e
commit
8d9cd2f8f0
1 changed files with 8 additions and 0 deletions
|
@ -21,6 +21,14 @@
|
|||
5280 # Jitsi
|
||||
];
|
||||
|
||||
networking.nat.forwardPorts = [
|
||||
{
|
||||
destination = "10.100.0.2:3478";
|
||||
proto = "udp";
|
||||
sourcePort = 3478;
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
# https://www.digitalocean.com/community/tutorials/how-to-forward-ports-through-a-linux-gateway-with-iptables
|
||||
networking.firewall.extraCommands = ''
|
||||
|
|
Loading…
Reference in a new issue