Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions example/jwhois.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ whois-servers {
#
"^!?NET\\(BLK\\)?-VRIO\\(-[A-Z0-9]+\\)+$" = "rwhois.verio.net";

#
# Catch ntt.net netblock records
#
"^!?NET\\(BLK\\)?-VRIO\\(-[A-Z0-9]+\\)+$" = "rwhois.gin.ntt.net";

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems as if it would match the same as the previous verio regexp. Are there any examples of an ntt netblock record? The regexp needs to be updated accordingly.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, it is really hard to read diff in the issue #3. Can you attach to an
issue as a file or email it to me?
On Jan 20, 2015 10:31 PM, "Jonas Öberg" notifications@github.com wrote:

In example/jwhois.conf
#11 (diff):

@@ -56,6 +56,11 @@ whois-servers {
"^!?NET(BLK)?-VRIO(-[A-Z0-9]+)+$" = "rwhois.verio.net";

#
  • Catch ntt.net netblock records

  • "^!?NET(BLK)?-VRIO(-[A-Z0-9]+)+$" = "rwhois.gin.ntt.net";

This seems as if it would match the same as the previous verio regexp. Are
there any examples of an ntt netblock record? The regexp needs to be
updated accordingly.


Reply to this email directly or view it on GitHub
https://github.com/jonasob/jwhois/pull/11/files#r23253032.


#
# Catch Registro .BR ownerid records
#
Expand Down