You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
Weave Net by default registers hosts in .weave.local domain. Unfortunately that name is reserved by RFC6762:
This document specifies that the DNS top-level domain ".local." is a
special domain with special semantics, namely that any fully
qualified name ending in ".local." is link-local, and names within
this domain are meaningful only on the link where they originate.
We became aware of this via golang/go#16739, because Go 1.7 changed to not send DNS queries for .local domains.
Users may work round this by specifying a different domain to Weave, e.g.:
weave launch --dns-domain=mydomain.net
and using the same domain in any related places, e.g. if you specify --hostname on a container.
The text was updated successfully, but these errors were encountered:
Weave Net by default registers hosts in
.weave.local
domain. Unfortunately that name is reserved by RFC6762:We became aware of this via golang/go#16739, because Go 1.7 changed to not send DNS queries for
.local
domains.Users may work round this by specifying a different domain to Weave, e.g.:
and using the same domain in any related places, e.g. if you specify
--hostname
on a container.The text was updated successfully, but these errors were encountered: