test
This commit is contained in:
parent
e0c5b2af59
commit
e479733676
1 changed files with 42 additions and 37 deletions
|
@ -21,7 +21,11 @@
|
||||||
# 5280 # Jitsi
|
# 5280 # Jitsi
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.nat.forwardPorts = [
|
networking.nat = {
|
||||||
|
enable = true;
|
||||||
|
internalInterfaces = [ "enp0s4" ];
|
||||||
|
externalInterface = "wireguard0"
|
||||||
|
forwardPorts = [
|
||||||
{ # Headscale DERP UDP
|
{ # Headscale DERP UDP
|
||||||
destination = "10.100.0.2:3478";
|
destination = "10.100.0.2:3478";
|
||||||
proto = "udp";
|
proto = "udp";
|
||||||
|
@ -58,4 +62,5 @@
|
||||||
sourcePort = 1443;
|
sourcePort = 1443;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue