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
052387b7
Commit
052387b7
authored
Aug 22, 2016
by
cricketliu
Committed by
GitHub
Aug 22, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
Grammatical fixes.
parent
428c99b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
middleware/file/README.md
middleware/file/README.md
+4
-4
No files found.
middleware/file/README.md
View file @
052387b7
# file
# file
`file`
enables serving zone data from a
RFC-1035 styled
file.
`file`
enables serving zone data from a
n RFC 1035-style master
file.
The file middleware is used for "old-style" DNS server. It serves from a preloaded file that exists
The file middleware is used for
an
"old-style" DNS server. It serves from a preloaded file that exists
on disk.
on disk.
## Syntax
## Syntax
...
@@ -12,7 +12,7 @@ file dbfile [zones...]
...
@@ -12,7 +12,7 @@ file dbfile [zones...]
~~~
~~~
*
`dbfile`
the database file to read and parse.
*
`dbfile`
the database file to read and parse.
*
`zones`
zones it should be authoritative for. If empty the zones from the configuration block
*
`zones`
zones it should be authoritative for. If empty
,
the zones from the configuration block
are used.
are used.
If you want to round robin A and AAAA responses look at the
`loadbalance`
middleware.
If you want to round robin A and AAAA responses look at the
`loadbalance`
middleware.
...
@@ -30,7 +30,7 @@ file dbfile [zones... ] {
...
@@ -30,7 +30,7 @@ file dbfile [zones... ] {
*
`transfer`
enables zone transfers. It may be specified multiples times.
*To*
or
*from*
signals
*
`transfer`
enables zone transfers. It may be specified multiples times.
*To*
or
*from*
signals
the direction. Addresses must be denoted in CIDR notation (127.0.0.1/32 etc.) or just as plain
the direction. Addresses must be denoted in CIDR notation (127.0.0.1/32 etc.) or just as plain
address. The special wildcard "
*
" means: the entire internet (only valid for 'transfer to').
address
es
. The special wildcard "
*
" means: the entire internet (only valid for 'transfer to').
*
`no_reload`
by default CoreDNS will reload a zone from disk whenever it detects a change to the
*
`no_reload`
by default CoreDNS will reload a zone from disk whenever it detects a change to the
file. This option disables that behavior.
file. This option disables that behavior.
...
...
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