-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(bug-fix): properly parse co.jp domains
- Loading branch information
Showing
6 changed files
with
82 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
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
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
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,27 @@ | ||
[ JPRS database provides information on network administration. Its use is ] | ||
[ restricted to network administration purposes. For further information, ] | ||
[ use 'whois -h whois.jprs.jp help'. To suppress Japanese output, add'/e' ] | ||
[ at the end of command, e.g. 'whois -h whois.jprs.jp xxx/e'. ] | ||
[ ] | ||
[ Notice -------------------------------------------------------------------- ] | ||
[ JPRS will add the [Lock Status] element to the response format of JP domain ] | ||
[ name on November 12, 2023. ] | ||
[ For further information, please see the following webpage. ] | ||
[ https://jprs.jp/whatsnew/notice/2023/231112.html (only in Japanese) ] | ||
[ --------------------------------------------------------------------------- ] | ||
Domain Information: | ||
a. [Domain Name] GOOGLE.CO.JP | ||
g. [Organization] Google Japan G.K. | ||
l. [Organization Type] GK | ||
m. [Administrative Contact] YN47525JP | ||
n. [Technical Contact] SH36113JP | ||
p. [Name Server] ns1.google.com | ||
p. [Name Server] ns2.google.com | ||
p. [Name Server] ns3.google.com | ||
p. [Name Server] ns4.google.com | ||
s. [Signing Key] | ||
[State] Connected (2024/03/31) | ||
[Lock Status] AgentChangeLocked | ||
[Registered Date] 2001/03/22 | ||
[Connected Date] 2001/03/22 | ||
[Last Update] 2023/04/01 01:05:57 (JST) |
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,25 @@ | ||
{ | ||
"domain": { | ||
"domain": "google.co.jp", | ||
"punycode": "google.co.jp", | ||
"name": "google.co", | ||
"extension": "jp", | ||
"status": [ | ||
"connected" | ||
], | ||
"name_servers": [ | ||
"ns1.google.com", | ||
"ns2.google.com", | ||
"ns3.google.com", | ||
"ns4.google.com" | ||
], | ||
"created_date": "2001/03/22", | ||
"updated_date": "2023/04/01 01:05:57 (JST)" | ||
}, | ||
"administrative": { | ||
"name": "YN47525JP" | ||
}, | ||
"technical": { | ||
"name": "SH36113JP" | ||
} | ||
} |
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,27 @@ | ||
[ JPRS database provides information on network administration. Its use is ] | ||
restricted to network administration purposes. For further information, : | ||
use 'whois -h whois.jprs.jp help'. To suppress Japanese output, add'/e' : | ||
at the end of command, e.g. 'whois -h whois.jprs.jp xxx/e'. : | ||
: | ||
Notice -------------------------------------------------------------------- : | ||
JPRS will add the [Lock Status: element to the response format of JP domain ] | ||
name on November 12, 2023. : | ||
For further information, please see the following webpage. : | ||
https://jprs.jp/whatsnew/notice/2023/231112.html (only in Japanese) : | ||
--------------------------------------------------------------------------- : | ||
Domain Information: | ||
Domain Name: GOOGLE.CO.JP | ||
Organization: Google Japan G.K. | ||
Organization Type: GK | ||
Administrative Contact: YN47525JP | ||
Technical Contact: SH36113JP | ||
Name Server: ns1.google.com | ||
Name Server: ns2.google.com | ||
Name Server: ns3.google.com | ||
Name Server: ns4.google.com | ||
Signing Key: | ||
State: Connected (2024/03/31) | ||
Lock Status: AgentChangeLocked | ||
Registered Date: 2001/03/22 | ||
Connected Date: 2001/03/22 | ||
Last Update: 2023/04/01 01:05:57 (JST) |