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
c1f67493
Commit
c1f67493
authored
Oct 20, 2017
by
Miek Gieben
Committed by
GitHub
Oct 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: less CoreDNS in docs (#1154)
Various other changes.
parent
11203e44
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
11 additions
and
14 deletions
+11
-14
plugin/autopath/README.md
plugin/autopath/README.md
+1
-6
plugin/chaos/README.md
plugin/chaos/README.md
+1
-1
plugin/debug/README.md
plugin/debug/README.md
+2
-2
plugin/health/README.md
plugin/health/README.md
+3
-1
plugin/metrics/README.md
plugin/metrics/README.md
+1
-1
plugin/reverse/README.md
plugin/reverse/README.md
+1
-1
plugin/root/README.md
plugin/root/README.md
+1
-1
plugin/whoami/README.md
plugin/whoami/README.md
+1
-1
No files found.
plugin/autopath/README.md
View file @
c1f67493
# autopath
*autopath*
allows
CoreDNS to perform
server side search path completion.
*autopath*
allows
for
server side search path completion.
If it sees a query that matches the first element of the configured search path,
*autopath*
will
follow the chain of search path elements and returns the first reply that is not NXDOMAIN. On any
...
...
@@ -44,8 +44,3 @@ autopath @kubernetes
~~~
Use the search path dynamically retrieved from the kubernetes plugin.
## Bugs
Replies from this plugin are not cached, as the
*cache*
plugin is configured after this one (see
plugin.cfg).
plugin/chaos/README.md
View file @
c1f67493
# chaos
*chaos*
allows
CoreDNS to respond
to TXT queries in the CH class.
*chaos*
allows
for responding
to TXT queries in the CH class.
This is useful for retrieving version or author information from the server.
...
...
plugin/debug/README.md
View file @
c1f67493
# debug
*debug*
disables the automatic recovery upon a
CoreDNS
crash so that you'll get a nice stack trace.
*debug*
disables the automatic recovery upon a crash so that you'll get a nice stack trace.
Note that the
*errors*
plugin (if loaded) will also set a
`recover`
negating this setting. The main
use of
*debug*
is to help testing.
...
...
@@ -13,7 +13,7 @@ debug
## Examples
Disable
CoreDNS'
ability to recover from crashes:
Disable
the
ability to recover from crashes:
~~~
corefile
. {
...
...
plugin/health/README.md
View file @
c1f67493
# health
*health*
enables a simple health check endpoint. By default, it listens on port 8080.
*health*
enables a simple health check endpoint.
By default, it listens on port 8080.
## Syntax
...
...
plugin/metrics/README.md
View file @
c1f67493
# prometheus
*prometheus*
enables
[
Prometheus
](
https://prometheus.io/
)
metrics
for CoreDNS
.
*prometheus*
enables
[
Prometheus
](
https://prometheus.io/
)
metrics.
The default location for the metrics is
`localhost:9153`
. The metrics path is fixed to
`/metrics`
.
The following metrics are exported:
...
...
plugin/reverse/README.md
View file @
c1f67493
# reverse
*reverse*
allows
CoreDNS to respond dynamically to a PTR request and the related A/AAAA request
.
*reverse*
allows
for dynamic responses to PTR and the related A/AAAA requests
.
## Syntax
...
...
plugin/root/README.md
View file @
c1f67493
# root
*root*
simply specifies the root of where
CoreDNS finds (e.g.) zone
files.
*root*
simply specifies the root of where
to find (zone)
files.
The default root is the current working directory of CoreDNS. A relative root path is relative to
the current working directory.
...
...
plugin/whoami/README.md
View file @
c1f67493
...
...
@@ -3,7 +3,7 @@
*whoami*
returns your resolver's local IP address, port and transport. Your IP address is returned
in the additional section as either an A or AAAA record.
When CoreDNS can find a Corefile to load, this is the default plugin it loads.
When CoreDNS can
not
find a Corefile to load, this is the default plugin it loads.
The reply always has an empty answer section. The port and transport are included in the additional
section as a SRV record, transport can be "tcp" or "udp".
...
...
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