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
If you set the ENV SERVER_ALLOWEDIPS_PEER_... peer configs are not recreated.
Log also states: **** No changes to parameters. Existing configs are used. ****
**** No changes to parameters. Existing configs are used. ****
This is due to:
docker-wireguard/root/etc/s6-overlay/s6-rc.d/init-wireguard-confs/run
Line 178 in 095f857
If one adds a SERVER_ALLOWEDIPS_PEER_... config is being recreated.
- OS: Ubuntu 24.04 - How docker service was installed: via apt install docker-ce
x86-64
It should be reproducible with every config. Happy to provide my anonymized specific one, in case it is needed.
**** Server mode is selected **** **** No changes to parameters. Existing configs are used. ****
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
Sorry, something went wrong.
Just realized, that the documentation states this explicitely. Closing issue.
No branches or pull requests
Is there an existing issue for this?
Current Behavior
If you set the ENV SERVER_ALLOWEDIPS_PEER_... peer configs are not recreated.
Log also states:
**** No changes to parameters. Existing configs are used. ****
This is due to:
docker-wireguard/root/etc/s6-overlay/s6-rc.d/init-wireguard-confs/run
Line 178 in 095f857
Expected Behavior
If one adds a SERVER_ALLOWEDIPS_PEER_... config is being recreated.
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: