Skip to content

Why is 127.0.0.1 not marked as reserved? #117

Closed
@joekaiser

Description

Evaluating localhost returns { type: 'RESERVED', hostname: 'localhost', labels: [ 'localhost' ] }

but evaluating 127.0.0.1 returns { type: 'IP', hostname: '127.0.0.1', ipVersion: 4 }

Although technically true, shouldn't reserved IP address be marked as such?

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions