You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+10-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@ Ever wanted to do DNSSEC validation in PHP?
2
2
3
3
This dnssec validator is written in 100% PHP5. It contains an object-oriented DNS module that can retrieve any record from a nameserver.
4
4
5
+
No other modules or downloads needed
6
+
5
7
The validator has been tested extensively on .NL and .EU domain names, but not on other ones.
6
8
7
-
Please feel free to test, use, add or modify.
9
+
Please feel free to test, use, add or modify.
10
+
11
+
To use this suite:
12
+
- Clone this repository
13
+
- php test.php <domainname>
14
+
15
+
At this time it will only test .nl, .eu and .com domains because the nameservers are known for these extensions. Nameservers can be added for other extensions.
16
+
See DNS/dnsProtocol.php function registrynameservers()
0 commit comments