stubby icon indicating copy to clipboard operation
stubby copied to clipboard

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

Open shoulders opened this issue 4 years ago • 2 comments

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 https://github.com/getdnsapi/stubby/blob/f105374c9f1475dbbad63bea086e7cf953f7d169/stubby.yml.example#L126

shoulders avatar Dec 02 '21 12:12 shoulders

See https://github.com/getdnsapi/getdns/issues/358.

ArchangeGabriel avatar Jun 05 '22 08:06 ArchangeGabriel

As noted - this is an issue with our parser but I've added a comment directly into the config file to make this clearer

saradickinson avatar Jun 07 '22 09:06 saradickinson

I'm closing this since the updated text was in 0.4.1 release but also marking as duplicate of the issue raising the underlying problem

saradickinson avatar Jan 10 '23 14:01 saradickinson