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
Here is my environments for the wireguard-ui:
environment: - BIND_ADDRESS=0.0.0.0:8000 - SENDGRID_API_KEY - EMAIL_FROM_ADDRESS - EMAIL_FROM_NAME - SESSION_SECRET - WGUI_USERNAME=admin - WGUI_PASSWORD=password - WG_CONF_TEMPLATE - WGUI_MANAGE_START=true - WGUI_MANAGE_RESTART=true - WGUI_PERSISTENT_KEEPALIVE=15 - WGUI_SERVER_INTERFACE_ADDRESSES=10.252.1.1/24 - WGUI_SERVER_POST_UP_SCRIPT=iptables -A FORWARD -i wg0 -j ACCEPT; iptables -A FORWARD -o wg0 -j ACCEPT; iptables -t nat -A POSTROUTING -o eth+ -j MASQUERADE - WGUI_SERVER_POST_DOWN_SCRIPT=iptables -D FORWARD -i wg0 -j ACCEPT; iptables -D FORWARD -o wg0 -j ACCEPT; iptables -t nat -D POSTROUTING -o eth+ -j MASQUERADE - WGUI_DEFAULT_CLIENT_ALLOWED_IPS=0.0.0.0/0,192.168.100.0/24 - WGUI_DEFAULT_CLIENT_EXTRA_ALLOWED_IPS=192.168.100.0/24
And here is new client window:
As you can see vaue of the WGUI_DEFAULT_CLIENT_EXTRA_ALLOWED_IPS does not applied.
WGUI_DEFAULT_CLIENT_EXTRA_ALLOWED_IPS
The text was updated successfully, but these errors were encountered:
Hi @thumpco ! Maybe you have found a solution?
Sorry, something went wrong.
No branches or pull requests
Bug description
Here is my environments for the wireguard-ui:
And here is new client window:
As you can see vaue of the
WGUI_DEFAULT_CLIENT_EXTRA_ALLOWED_IPS
does not applied.Related issues
The text was updated successfully, but these errors were encountered: