WGDashboard icon indicating copy to clipboard operation
WGDashboard copied to clipboard

Creating new user resets configuration address to /32

Open egorshulga opened this issue 8 months ago • 0 comments

Describe The Problem A clear and concise description of what the bug is.

I had this configuration:

[Interface]
Address = 10.100.0.1/24
SaveConfig = true
PostUp = ...
PostDown = ...
ListenPort = 51000

When I create a new user via the dashboard, then the Address in the configuration is reset to 10.100.0.1/32. In its turn, it breaks the discovery of available IP addresses for new users that I create afterwards.

egorshulga avatar Oct 21 '23 12:10 egorshulga