Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Coredns
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Railgun
Coredns
Commits
8e0c7f92
Commit
8e0c7f92
authored
Mar 25, 2018
by
Miek Gieben
Committed by
GitHub
Mar 25, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run make -f Makefile.doc (#1635)
parent
5616fcb1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
6 deletions
+15
-6
man/coredns-cache.7
man/coredns-cache.7
+3
-0
man/coredns-hosts.7
man/coredns-hosts.7
+12
-6
No files found.
man/coredns-cache.7
View file @
8e0c7f92
...
@@ -77,6 +77,9 @@ If monitoring is enabled (via the \fIprometheus\fR directive) then the following
...
@@ -77,6 +77,9 @@ If monitoring is enabled (via the \fIprometheus\fR directive) then the following
.IP "\(bu" 4
.IP "\(bu" 4
\fBcoredns_cache_misses_total{}\fR \- Counter of cache misses\.
\fBcoredns_cache_misses_total{}\fR \- Counter of cache misses\.
.
.
.IP "\(bu" 4
\fBcoredns_cache_drops_total{}\fR \- Counter of dropped messages\.
.
.IP "" 0
.IP "" 0
.
.
.P
.P
...
...
man/coredns-hosts.7
View file @
8e0c7f92
...
@@ -59,7 +59,9 @@ Load \fBexample\.hosts\fR file in the current directory\.
...
@@ -59,7 +59,9 @@ Load \fBexample\.hosts\fR file in the current directory\.
.
.
.nf
.nf
hosts example\.hosts
\&\. {
hosts example\.hosts
}
.
.
.fi
.fi
.
.
...
@@ -72,8 +74,10 @@ Load example\.hosts file and only serve example\.org and example\.net from it an
...
@@ -72,8 +74,10 @@ Load example\.hosts file and only serve example\.org and example\.net from it an
.
.
.nf
.nf
hosts example\.hosts example\.org example\.net {
\&\. {
fallthrough
hosts example\.hosts example\.org example\.net {
fallthrough
}
}
}
.
.
.fi
.fi
...
@@ -87,9 +91,11 @@ Load hosts file inlined in Corefile\.
...
@@ -87,9 +91,11 @@ Load hosts file inlined in Corefile\.
.
.
.nf
.nf
hosts example\.hosts example\.org {
\&\. {
10\.0\.0\.1 example\.org
hosts example\.hosts example\.org {
fallthrough
10\.0\.0\.1 example\.org
fallthrough
}
}
}
.
.
.fi
.fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment