Skip to content

Invalid domain names generated #52

@jezen

Description

@jezen

The Faker.Company.fixupName function used in generating domain names replaces spaces with underscores.

This is invalid according to RFC 1035.

The labels must follow the rules for ARPANET host names. They must
start with a letter, end with a letter or digit, and have as interior
characters only letters, digits, and hyphen
. There are also some
restrictions on the length. Labels must be 63 characters or less.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions