-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d243a9
commit bd2de60
Showing
3 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
15 changes: 15 additions & 0 deletions
15
tests/Iodev/Whois/Modules/Tld/parsing_data/.bn/google.com.bn.json
This file contains 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,15 @@ | ||
{ | ||
"domainName": "google.com.bn", | ||
"whoisServer": "", | ||
"nameServers": [ | ||
"ns1.google.com", | ||
"ns2.google.com" | ||
], | ||
"creationDate": "2006-11-10T00:00:00", | ||
"expirationDate": "2018-11-13T00:00:00", | ||
"states": [ | ||
"ok" | ||
], | ||
"owner": "INTEGRICITY CORPORATION SDN BHD (BNC304T)", | ||
"registrar": "TELEKOM BRUNEI BERHAD" | ||
} |
17 changes: 17 additions & 0 deletions
17
tests/Iodev/Whois/Modules/Tld/parsing_data/.cf/google.cf.json
This file contains 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,17 @@ | ||
{ | ||
"domainName": "google.cf", | ||
"whoisServer": "", | ||
"nameServers": [ | ||
"ns1.google.com", | ||
"ns2.google.com", | ||
"ns3.google.com", | ||
"ns4.google.com" | ||
], | ||
"creationDate": "2013-03-27T00:00:00", | ||
"expirationDate": "2018-06-27T00:00:00", | ||
"states": [ | ||
"active" | ||
], | ||
"owner": "Google Inc", | ||
"registrar": "Google Inc" | ||
} |