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.
Find a file
2025-01-25 17:47:14 +00:00
server Add server/wg0.conf 2025-01-25 17:47:14 +00:00
client-wg0.conf Add client-wg0.conf 2025-01-25 17:44:22 +00:00
LICENSE Initial commit 2025-01-25 17:36:12 +00:00
README.md Update README.md 2025-01-25 17:42:54 +00:00

WireGuard Mail Server VPN Setup

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 for details.