Skip to content

Hostnames that start with a _ are seemed as invalid #29

@igorhrcek

Description

@igorhrcek

hostnameRegexp: regexp.MustCompile(`^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]{0,61}[a-zA-Z0-9])(\.([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]{0,61}[a-zA-Z0-9]))*$`),

I have a hostname called _something.domain.com, it is sort of special subdomain name that starts with a _, but I cannot compile the config because of this regexp.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions