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
992e7928
Commit
992e7928
authored
Jul 23, 2018
by
Chris O'Haver
Committed by
Miek Gieben
Jul 23, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document current limitations of loop (#1996)
* Document current limitations of loop * Update README.md
parent
b7ae8d4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
plugin/loop/README.md
plugin/loop/README.md
+9
-2
No files found.
plugin/loop/README.md
View file @
992e7928
...
...
@@ -2,7 +2,7 @@
## Name
*loop*
- detect forwarding loops and halt the server.
*loop*
- detect
simple
forwarding loops and halt the server.
## Description
...
...
@@ -13,7 +13,7 @@ The plugin will try to send the query for up to 30 seconds. This is done to give
to start up. Once a query has been successfully sent
*loop*
disables itself to prevent a query of
death.
The query sen
d
is
`<random number>.<random number>.zone`
with type set to HINFO.
The query sen
t
is
`<random number>.<random number>.zone`
with type set to HINFO.
## Syntax
...
...
@@ -38,3 +38,10 @@ After CoreDNS has started it stops the process while logging:
~~~
txt
plugin/loop: Seen "HINFO IN 5577006791947779410.8674665223082153551." more than twice, loop detected
~~~
## Limitations
This plugin only attempts to find simple static forwarding loops at start up time. To detect a loop, all of the following must be true
*
the loop must be present at start up time.
*
the loop must occur for at least the
`HINFO`
query type.
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