Add wireguard config for mailserver
This commit is contained in:
parent
babd344bbc
commit
4f2a7b14e7
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue