Added UseServerDNS option for clients who do not have to use the DNS specified in the server configuration.

This commit is contained in:
Gerwim Feiken 2021-08-05 01:04:33 +02:00
parent 024aadbfd2
commit 8c0422d443
8 changed files with 49 additions and 9 deletions

View file

@ -241,6 +241,7 @@ func UpdateClient() echo.HandlerFunc {
client.Name = _client.Name
client.Email = _client.Email
client.Enabled = _client.Enabled
client.UseServerDNS = _client.UseServerDNS
client.AllocatedIPs = _client.AllocatedIPs
client.AllowedIPs = _client.AllowedIPs
client.UpdatedAt = time.Now().UTC()