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
7f72c117
Commit
7f72c117
authored
Mar 29, 2017
by
Michael
Committed by
Miek Gieben
Mar 29, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme: fixed typos (#607)
parent
757f49d8
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 @
7f72c117
...
@@ -19,7 +19,7 @@ CoreDNS aims to be a fast and flexible DNS server. The keyword here is *flexible
...
@@ -19,7 +19,7 @@ CoreDNS aims to be a fast and flexible DNS server. The keyword here is *flexible
are able to do what you want with your DNS data. And if not: write some middleware!
are able to do what you want with your DNS data. And if not: write some middleware!
CoreDNS can listen for DNS request coming in over UDP/TCP (go'old DNS), TLS ([RFC
CoreDNS can listen for DNS request coming in over UDP/TCP (go'old DNS), TLS ([RFC
7858](https://tools.ietf.org/html/rfc7858)) and gRPC (not a standard.
7858](https://tools.ietf.org/html/rfc7858)) and gRPC (not a standard
)
.
Currently CoreDNS is able to:
Currently CoreDNS is able to:
...
@@ -28,7 +28,7 @@ Currently CoreDNS is able to:
...
@@ -28,7 +28,7 @@ Currently CoreDNS is able to:
*
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*
).
*
Automatically load zone files from disk (
*auto*
)
*
Automatically load zone files from disk (
*auto*
)
.
*
Caching (
*cache*
).
*
Caching (
*cache*
).
*
Health checking endpoint (
*health*
).
*
Health checking endpoint (
*health*
).
*
Use etcd as a backend, i.e., a 101.5% replacement for
*
Use etcd as a backend, i.e., a 101.5% replacement for
...
@@ -166,7 +166,7 @@ The next one only defines a port:
...
@@ -166,7 +166,7 @@ The next one only defines a port:
~~~
~~~
This defaults to the root zone
`.`
, but can't be overruled with the
`-dns.port`
flag.
This defaults to the root zone
`.`
, but can't be overruled with the
`-dns.port`
flag.
Just specifying a zone, default to listening on port 53 (can still be overridden with
`-dns.port`
:
Just specifying a zone, default to listening on port 53 (can still be overridden with
`-dns.port`
)
:
~~~
txt
~~~
txt
example.org {
example.org {
...
@@ -194,10 +194,10 @@ When no transport protocol is specified the default `dns://` is assumed.
...
@@ -194,10 +194,10 @@ When no transport protocol is specified the default `dns://` is assumed.
## Blog and Contact
## Blog and Contact
Website:
<https://coredns.io>
-
Website:
<https://coredns.io>
Twitter:
[
@corednsio
](
https://twitter.com/corednsio
)
-
Twitter:
[
@corednsio
](
https://twitter.com/corednsio
)
Docs:
<https://miek.nl/tags/coredns/>
-
Docs:
<https://miek.nl/tags/coredns/>
Github:
<https://github.com/coredns/coredns>
-
Github:
<https://github.com/coredns/coredns>
## Systemd Service File
## Systemd Service File
...
...
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