Static ip
This commit is contained in:
parent
e05271d23e
commit
bf16d0a22b
2 changed files with 3 additions and 1 deletions
BIN
keys/wg-scribe
BIN
keys/wg-scribe
Binary file not shown.
|
|
@ -21,7 +21,9 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.trustedInterfaces = [ "wg-selene" "wg-scribe" ];
|
networking.firewall.trustedInterfaces = [ "wg-selene" "wg-scribe" ];
|
||||||
networking.firewall.allowedUDPPorts = [ 10632 ];
|
networking.firewall.allowedUDPPorts = [ 23379 ];
|
||||||
|
networking.firewall.allowedTCPPorts = [ 23379 ];
|
||||||
|
|
||||||
networking.firewall.checkReversePath = false;
|
networking.firewall.checkReversePath = false;
|
||||||
services.prowlarr.enable = true;
|
services.prowlarr.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue