Closed jerrac closed 4 years ago
Relates to: #90
Please reopen. (Unless the docker image hasn't been updated yet, in which case let me know, and I'll try again later.)
I pulled the latest Docker image and it did not fix the problem. I see the same behavior as I described in my initial post.
Describe the bug The Docker image appears to ignore the ipv4 pool environment variable.
The
SUBSPACE_IPV4_POOL
variable is supposed to let you set what set of ip addresses your vpn clients end up with, right?To Reproduce Create a container based on a docker-compose file like this:
Go through initial set up via the web ui.
Add a device.
Export the wg0.conf file.
Inside the conf file, the 10.99 pool is still in use.
Expected behavior The ip addresses in the .conf file should be in the 192.168.11.0/24 address space.
Additional context Host: Ubuntu 18.04 VM.