Compare commits
2 commits
8f92fe37cd
...
7c362f5a42
Author | SHA1 | Date | |
---|---|---|---|
7c362f5a42 | |||
70a3d521c2 |
1 changed files with 7 additions and 2 deletions
|
@ -91,8 +91,13 @@
|
|||
};
|
||||
|
||||
networking = {
|
||||
firewall.allowedTCPPorts = [25];
|
||||
firewall.allowedUDPPorts = [51820 51821];
|
||||
firewall.allowedTCPPorts = [
|
||||
25 # @sortseer.dk
|
||||
];
|
||||
firewall.allowedUDPPorts = [
|
||||
51820 # wg-sigma-public
|
||||
51821 # wg-sigma-p2p
|
||||
];
|
||||
};
|
||||
|
||||
age.secrets.wireguard-preshared-key-file = {
|
||||
|
|
Loading…
Reference in a new issue