Skip to content

Use standard notation for IPv6 local loopback address ( ::1 instead of 0::1 ) #304

Closed as not planned
@shoulders

Description

@shoulders

Within the documentation and config files of stubby you use the address 0::1 for the IPv6 local loopback address (which does work) but I cannot find anywhere else that uses this form, everyone use ::1

I think these instances should be changed to keep things easier to read unless there is a technical reason for this.

These are a few that I found
README.md

listen_addresses:
  - 127.0.0.1
  -  0::1

stubby.yml.example

- 0::1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions