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
275a62c7
Commit
275a62c7
authored
Sep 30, 2020
by
Chris O'Haver
Committed by
GitHub
Sep 30, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update README examples to use transfer plugins (#4163)
Signed-off-by:
Chris O'Haver
<
cohaver@infoblox.com
>
parent
5235b35e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
README.md
README.md
+7
-7
No files found.
README.md
View file @
275a62c7
...
@@ -27,7 +27,7 @@ Currently CoreDNS is able to:
...
@@ -27,7 +27,7 @@ Currently CoreDNS is able to:
*
Retrieve zone data from primaries, i.e., act as a secondary server (AXFR only) (
*secondary*
).
*
Retrieve zone data from primaries, i.e., act as a secondary server (AXFR only) (
*secondary*
).
*
Sign zone data on-the-fly (
*dnssec*
).
*
Sign zone data on-the-fly (
*dnssec*
).
*
Load balancing of responses (
*loadbalance*
).
*
Load balancing of responses (
*loadbalance*
).
*
Allow for zone transfers, i.e., act as a primary server (
*file*
).
*
Allow for zone transfers, i.e., act as a primary server (
*file*
+
*transfer*
).
*
Automatically load zone files from disk (
*auto*
).
*
Automatically load zone files from disk (
*auto*
).
*
Caching of DNS responses (
*cache*
).
*
Caching of DNS responses (
*cache*
).
*
Use etcd as a backend (replacing
[
SkyDNS
](
https://github.com/skynetservices/skydns
)
) (
*etcd*
).
*
Use etcd as a backend (replacing
[
SkyDNS
](
https://github.com/skynetservices/skydns
)
) (
*etcd*
).
...
@@ -137,9 +137,9 @@ send notifies to it.
...
@@ -137,9 +137,9 @@ send notifies to it.
~~~
txt
~~~
txt
example.org:1053 {
example.org:1053 {
file /var/lib/coredns/example.org.signed
{
file /var/lib/coredns/example.org.signed
transfer to *
transfer {
t
ransfer to
2001:500:8f::53
t
o *
2001:500:8f::53
}
}
errors
errors
log
log
...
@@ -151,9 +151,9 @@ recursive nameserver *and* rewrite ANY queries to HINFO.
...
@@ -151,9 +151,9 @@ recursive nameserver *and* rewrite ANY queries to HINFO.
~~~
txt
~~~
txt
example.org:1053 {
example.org:1053 {
file /var/lib/coredns/example.org.signed
{
file /var/lib/coredns/example.org.signed
transfer to *
transfer {
t
ransfer to
2001:500:8f::53
t
o *
2001:500:8f::53
}
}
errors
errors
log
log
...
...
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