donaldzou / WGDashboard

Simple dashboard for WireGuard VPN written in Python & Vue.js
https://donaldzou.github.io/WGDashboard-Documentation/
Apache License 2.0
1.65k stars 254 forks source link

Modify the iptable-rules #399

Open Profik opened 2 months ago

Profik commented 2 months ago

I ran into an iptable-rules problem. Due to default settings in the wgdashboard/src/iptable-rules folder, the server began to malfunction.

Eg: MASQUERADE_INTERFACE=eth0 many people have a different interface name, I have it called ens3 WIREGUARD_LAN=10.0.0.1/24 I had a different network range of 10.10.10.1/24, because the hosting provider uses 10.0.0.1/24

As a result, I had to delete this folder in order for everything to work correctly.

DaanSelen commented 1 month ago

Is this with the new merger still the case? To try, build the image again with the new code.