mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
There was a bug in the setup page where valid domains that start with a number would be captured by the validation check designed to detect IP addresses. This check detects IPs by comparing the host name to a regex, instead of simply detecting whether the first character is a number.