Skip to content

Commit

Permalink
Register "dns.<local-domamin>" in the 'weave:private' ident from the …
Browse files Browse the repository at this point in the history
…script
  • Loading branch information
inercia committed Jul 1, 2015
1 parent aa2eb6a commit 49cb3d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions weave
Expand Up @@ -1025,6 +1025,8 @@ launch_dns() {
ipam_cidrs_or_die $DNS_CONTAINER $CIDR_ARGS
with_container_netns_or_die $DNS_CONTAINER attach $ALL_CIDRS
populate_dns
# register "dns.weave.local." privately (not exported via mDNS)
put_dns_fqdn 'weave:private' dns.`dns_domain` $ALL_CIDRS
}

launch_proxy() {
Expand Down

0 comments on commit 49cb3d4

Please sign in to comment.