-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
dnswalk: add page #16968
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
dnswalk: add page #16968
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
874dff1
Create dnswalk.md
KristopherLeads d6a1e19
Update dnswalk.md
KristopherLeads 0d035ca
Update pages/common/dnswalk.md
KristopherLeads 649e0cc
Merge branch 'tldr-pages:main' into dnswalk-new
KristopherLeads 7b94879
Update pages/common/dnswalk.md
KristopherLeads 25b3fea
Update pages/common/dnswalk.md
KristopherLeads 40f56b3
Update pages/common/dnswalk.md
KristopherLeads a150324
Update pages/common/dnswalk.md
KristopherLeads 65212b8
Update pages/common/dnswalk.md
KristopherLeads 42d2eed
Update pages/common/dnswalk.md
KristopherLeads fbbe97e
Update dnswalk.md
KristopherLeads afb327a
Update dnswalk.md
KristopherLeads 2034c6d
Update dnswalk.md
KristopherLeads f6749ba
Update dnswalk.md
KristopherLeads 2806148
Update dnswalk.md
KristopherLeads 455b95a
Update dnswalk.md
KristopherLeads e9b217c
Update dnswalk.md
KristopherLeads 35d1a74
Update dnswalk.md
KristopherLeads 4c12029
Update pages/common/dnswalk.md
KristopherLeads 6c75352
Update pages/common/dnswalk.md
KristopherLeads 96145f5
Update pages/common/dnswalk.md
KristopherLeads 73e3b4b
Update pages/common/dnswalk.md
KristopherLeads 8a69ef6
Update pages/common/dnswalk.md
KristopherLeads 5784c9a
Update pages/common/dnswalk.md
KristopherLeads 72afabc
Merge branch 'main' into dnswalk-new
KristopherLeads 8b5b412
Merge branch 'main' into dnswalk-new
KristopherLeads 1f507bd
Merge branch 'main' into dnswalk-new
KristopherLeads 1fc618f
Update pages/common/dnswalk.md
KristopherLeads File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# dnswalk | ||
|
||
> DNS debugger. | ||
> "Walk" across zones and validate database consistency and best practices. | ||
> More information: <https://manned.org/dnswalk>. | ||
|
||
- Debug a DNS pathway for a Fully Qualified Domain Name (FQDN): | ||
|
||
`dnswalk {{domain}}.` | ||
|
||
- Process sub-domains [r]ecursively: | ||
|
||
`dnswalk -r {{domain}}.` | ||
|
||
- Only perform a `dnswalk` if the zone has been [m]odified since the last run: | ||
|
||
`dnswalk -m {{domain}}.` | ||
|
||
- Print [d]ebugging and status information to `stderr` instead of `stdout`: | ||
|
||
`dnswalk -d {{domain}}.` | ||
|
||
- Suppress the check for [i]nvalid characters in the domain name: | ||
|
||
`dnswalk -i {{domain}}.` | ||
|
||
- Enable duplicate A record warnings: | ||
|
||
`dnswalk -a {{domain}}.` | ||
|
||
- Enable "[F]ascist checking" to compare the A record PTR name with the forward name and report mismatches: | ||
|
||
`dnswalk -F {{domain}}.` | ||
|
||
- Enable "[l]ame delegation" to test whether the listed host is returning authoritative answers: | ||
|
||
`dnswalk -l {{domain}}.` |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.