Change mail-1 wireguard port as it is already used for STS setup

This commit is contained in:
fi 2024-11-20 05:46:40 +01:00
parent bbe382c0f2
commit 8e153de225
2 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@
firewall = {
enable = true;
allowedTCPPorts = [ 80 443 ];
allowedUDPPorts = [ 51820 51821 51827 51828 ];
allowedUDPPorts = [ 51820 51821 51822 51827 51828 ];
};
wireguard = {
enable = true;
@ -46,7 +46,7 @@
};
# mail-1 VPN
wg1 = {
listenPort = 51821;
listenPort = 51822;
ips = [
"172.16.50.1/24"
];