Add wireguard config for mailserver

This commit is contained in:
albert 2024-04-17 14:51:37 +09:00
parent babd344bbc
commit 4f2a7b14e7
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -65,8 +65,15 @@
allowedIPs = [ "10.100.1.2/32" ]; allowedIPs = [ "10.100.1.2/32" ];
persistentKeepalive = 5; persistentKeepalive = 5;
} }
{ # framewrk-server docker:wg-mailserver
publicKey = "5C1ft3LIGmyFwi00pyLeYjvJpqHLTQFNMRlXlva6uEI=";
presharedKeyFile = "/run/secrets/preshared_key";
allowedIPs = [ "10.100.1.3/32" ];
persistentKeepalive = 5;
}
]; ];
}; };
}; };
}; };
} }