added dnswalk and ghba.c
This commit is contained in:
parent
5894b1b168
commit
3448a3ef60
1 changed files with 3 additions and 0 deletions
|
@ -14,3 +14,6 @@ Directories
|
||||||
|
|
||||||
# nslint-2.1a8
|
# nslint-2.1a8
|
||||||
nslint is a lint-like program that checks DNS files for errors. DNS or Domain Name System generally maps names to IP addresses and E-mail addresses in a hierarchical fashion. Errors detected include missing trailing dots, illegal characters (RFC 1034), records without matching PTR records and vice-versa, duplicate names in a subnet, duplicate names for an address, names with cname records (RFC 1033), missing quotes, and unknown keywords.
|
nslint is a lint-like program that checks DNS files for errors. DNS or Domain Name System generally maps names to IP addresses and E-mail addresses in a hierarchical fashion. Errors detected include missing trailing dots, illegal characters (RFC 1034), records without matching PTR records and vice-versa, duplicate names in a subnet, duplicate names for an address, names with cname records (RFC 1033), missing quotes, and unknown keywords.
|
||||||
|
|
||||||
|
# dnswalk
|
||||||
|
dnswalk is a DNS debugger. It performs zone transfers of specified domains, and checks the database in numerous ways for internal consistency, as well as accuracy.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue