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
5de2f873
Commit
5de2f873
authored
Apr 20, 2016
by
Miek Gieben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better structured readme
parent
b46bc89a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
17 deletions
+16
-17
README.md
README.md
+16
-17
No files found.
README.md
View file @
5de2f873
...
...
@@ -3,26 +3,25 @@
CoreDNS is DNS server that started as a fork of
[
Caddy
](
https://github.com/mholt/caddy/
)
. It has the
same model: it chains middleware.
## Status
I'm using CoreDNS is my primary, authoritative, nameserver for my domains (
`miek.nl`
,
`atoom.net`
and a few others). CoreDNS should be stable enough to provide you with a good DNS service.
Currently CoreDNS is able to:
*
Serve zone data from a file, both DNSSEC (NSEC only) and DNS is supported.
*
Retrieve zone data from primaries, i.e. act as a secondary server.
*
Loadbalancing of responses.
*
Allow for zone transfers, i.e. act as a primary server.
*
Caching
*
Serve zone data from a file, both DNSSEC (NSEC only) and DNS is supported
(middleware/file)
.
*
Retrieve zone data from primaries, i.e. act as a secondary server
(middleware/file)
.
*
Loadbalancing of responses
(middleware/loadbalance)
.
*
Allow for zone transfers, i.e. act as a primary server
(middleware/file)
.
*
Caching
(middleware/cache).
*
Use etcd as a backend, i.e. a 98.5% replacement for
[
SkyDNS
](
https://github.com/skynetservices/skydns
)
.
*
Serve as a proxy to forward queries to some other (recursive) nameserver.
*
Rewrite queries (both qtype, qclass and qname).
*
Provide metrics (by using Prometheus).
*
Provide Logging.
*
Provide load-balancing (A/AAAA shuffling) of returned responses.
*
Has support for the CH class:
`version.bind`
and friends.
[
SkyDNS
](
https://github.com/skynetservices/skydns
)
(
middleware/etcd
)
.
*
Serve as a proxy to forward queries to some other (recursive) nameserver (middleware/proxy).
*
Rewrite queries (both qtype, qclass and qname) (middleware/rewrite).
*
Provide metrics (by using Prometheus) (middleware/metrics).
*
Provide Logging (middleware/log).
*
Has support for the CH class:
`version.bind`
and friends (middleware/chaos).
## Status
I'm using CoreDNS is my primary, authoritative, nameserver for my domains (
`miek.nl`
,
`atoom.net`
and a few others). CoreDNS should be stable enough to provide you with a good DNS(SEC) service.
There are still few
[
issues
](
https://github.com/miekg/coredns/issues
)
, and work is ongoing on making
things fast and reduce the memory usage.
...
...
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