We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Networking did not work until I added these two lines to the [Interface] section of wg0.conf:
PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -D FORWARD -o %i -j ACCEPT; iptables -t nat -D POSTROUTING -o eth0 -j MASQUERADE
This is also what I had used in my docker installation of wireguard.
The text was updated successfully, but these errors were encountered:
@lakemike If you still need this issue fixed. I am working on a new image: https://github.com/DaanSelen/WGDashboard-dockerized/tree/main
The related issue on the uipstream branche: donaldzou#272
Sorry, something went wrong.
No branches or pull requests
Networking did not work until I added these two lines to the [Interface] section of wg0.conf:
This is also what I had used in my docker installation of wireguard.
The text was updated successfully, but these errors were encountered: