rafaeljusto / shelter

Program to periodically validate and alert domains about DNS or DNSSEC misconfiguration
GNU General Public License v2.0
8 stars 3 forks source link

Import domain without ending dot #101

Closed rafaeljusto closed 10 years ago

rafaeljusto commented 10 years ago

The REST API is not accepting a domain without the ending dot, for example:

/domain/br/verification

We should make the final dot optional, and fix the regular expression that validates it.

rafaeljusto commented 10 years ago

Fixed when migrated to Handy framework