docker-ddns-server
docker-ddns-server copied to clipboard
Validation for domain should be "fqdn" instead of "hostname"
My ddns domain has a single letter component. Like this for example: myhost.d.example.com
The ".d." fails the validation tag "hostname" of github.com/go-playground/validator. Afaik there is no reason that the domain should be validated as a hostname. It should rather be the fqdn validator tag.