mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
doc: run make -f Makefile.doc (#3314)
add the acl manual page; mechanical change otherwise. Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
.\" Generated by Mmark Markdown Processer - mmark.miek.nl
|
||||
.TH "COREDNS-ETCD" 7 "August 2019" "CoreDNS" "CoreDNS Plugins"
|
||||
.TH "COREDNS-ETCD" 7 "September 2019" "CoreDNS" "CoreDNS Plugins"
|
||||
|
||||
.SH "NAME"
|
||||
.PP
|
||||
\fIetcd\fP - enable SkyDNS service discovery from etcd.
|
||||
\fIetcd\fP - enables SkyDNS service discovery from etcd.
|
||||
|
||||
.SH "DESCRIPTION"
|
||||
.PP
|
||||
@@ -12,7 +12,7 @@ a generic DNS zone data plugin. Only a subset of DNS record types are implemente
|
||||
and delegations are not handled at all.
|
||||
|
||||
.PP
|
||||
The data in etcd instance has to be encoded as
|
||||
The data in the etcd instance has to be encoded as
|
||||
a message
|
||||
\[la]https://github.com/skynetservices/skydns/blob/2fcff74cdc9f9a7dd64189a447ef27ac354b725f/msg/service.go#L26\[ra]
|
||||
like SkyDNS
|
||||
@@ -116,15 +116,19 @@ This is the default SkyDNS setup, with everything specified in full:
|
||||
.RS
|
||||
|
||||
.nf
|
||||
\&. {
|
||||
etcd skydns.local {
|
||||
skydns.local {
|
||||
etcd {
|
||||
path /skydns
|
||||
endpoint http://localhost:2379
|
||||
}
|
||||
prometheus
|
||||
cache 160 skydns.local
|
||||
cache
|
||||
loadbalance
|
||||
}
|
||||
|
||||
\&. {
|
||||
forward . 8.8.8.8:53 8.8.4.4:53
|
||||
cache
|
||||
}
|
||||
|
||||
.fi
|
||||
@@ -138,12 +142,16 @@ when resolving external pointing CNAMEs.
|
||||
.RS
|
||||
|
||||
.nf
|
||||
\&. {
|
||||
etcd skydns.local {
|
||||
skydns.local {
|
||||
etcd {
|
||||
path /skydns
|
||||
}
|
||||
cache 160 skydns.local
|
||||
cache
|
||||
}
|
||||
|
||||
\&. {
|
||||
forward . /etc/resolv.conf
|
||||
cache
|
||||
}
|
||||
|
||||
.fi
|
||||
|
||||
Reference in New Issue
Block a user