Files
wg-ui/README.md
2025-05-23 15:34:44 +02:00

30 lines
863 B
Markdown

# WireGuard UI - Configuration Setting
This repository contains the necessary `docker-compose` configuration for setting up **WireGuard UI**.
## Settings Panel
To configure the settings in the WireGuard UI panel, refer to the images below:
![WireGuard UI Settings](https://scr.ikbengino.nl/upload/312f16e15260c38acb8a490518efaa.png)
![WireGuard UI Settings Panel](https://scr.ikbengino.nl/upload/10a9a424a3250333b95fbca9fc9881.png)
🔹 **Don't forget to save** your changes using the **Save** button in the **top right corner** of the panel!
---
###
postup
iptables -A FORWARD -i wg0 -j ACCEPT; iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
postdown
iptables -D FORWARD -i wg0 -j ACCEPT; iptables -t nat -D POSTROUTING -o eth0 -j MASQUERADE
## Using Docker Compose
Make sure to use the provided `docker-compose.yml` to deploy the UI easily.