FCC DNS Grade Code
A sample program to evaulate the level of DNS service from Resolver
Brought to you by:
ogud
File | Date | Author | Commit |
---|---|---|---|
INFO.txt | 2012-10-29 |
![]() |
[9a0fc0] updated text files to reflect version 0.9.8 |
Licence.txt | 2012-10-29 |
![]() |
[6eb666] added licence file |
Makefile | 2012-11-09 |
![]() |
[2dd815] Upgraded to version 0.9.9 |
Manifest.txt | 2012-10-04 |
![]() |
[d8fe4d] Merge branch 'master' of ssh://git.code.sf.net/... |
README.txt | 2012-10-29 |
![]() |
[9a0fc0] updated text files to reflect version 0.9.8 |
Resolvers.txt | 2012-10-19 |
![]() |
[47b84f] Made README.txt only about running the program |
Tests.txt | 2012-10-31 |
![]() |
[27361b] fixed numbering and descriptions |
fccgrade.java | 2012-11-09 |
![]() |
[42ffa4] Added full support for Ax level |
Current version is 0.9.8 as of October 29 2012. Usage: java -jar fccgrade.jar -[ahdrS] <servers> : -a # Aborts on first error for each server : -d # prints lots of debug info : -h # prints help and exits : -l # Lists the locally configured resolvers and exits : -m # Message to include in report such as ssid or provider : -r # detailed report : -S # DO not SUBMIT results : # No servers listed, use configured resolvers servers can be addresses or names Examples: example to test local resolvers java -jar fccgrade-0.9.8.jar or to test google public servers java -jar fccgrade-0.9.8.jar -m "Google from Hilton Atlanta" 8.8.4.4 or to see the report and not submit it jav -jar fccgrade-0.9.8.jar -S -r