Closed cmdpedro closed 9 months ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Bumping this one. By the use of an environment variable, this should not be difficult to implement.
On the host I'm enabling wireguard debugging (
echo module wireguard +p > /sys/kernel/debug/dynamic_debug/control
) to register in syslog all messages.It would be great if we could change the filename of wg0.conf via an environment variable for instance. In doing so we'd read on syslog something like:
instead of:
I'm requesting this as on the host I already have wireguard with name wg0, therefore not allowing me to distinguish between host wireguard and the docker container wg0.