From ed2962fe0a80fe616f9a0124c28ed5ee95e930ee Mon Sep 17 00:00:00 2001 From: first Date: Sat, 25 Jan 2025 17:42:54 +0000 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8be5be5..c3b6c42 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ -# wg-mail-tunnel +# WireGuard Mail Server VPN Setup -A simple and secure WireGuard VPN configuration for self-hosted home mail servers, allowing them to use a public static IP and forward incoming emails and web portal access back to a residential IP. \ No newline at end of file +This repository configures WireGuard VPN tunnel between a mail server (client) and a AWS server (server), allowing the mail server to use the AWS server's public static IP. + +## Features + +* Secure WireGuard VPN tunnel +* Mail server can use public static IP +* Incoming emails and web portal access are forwarded to the client + +## Security Considerations + +* Keep private keys secure and do not share them. +* Regularly update your systems to patch security vulnerabilities. + +## License + +This repository is licensed under the MIT License. See [LICENSE](LICENSE) for details. \ No newline at end of file