Changes for 5.5.7[1]:
* Implemented support for CIDR queries to whois.arin.net
The old behaviour caused the server to return no results, now when
querying for ip/length the server returns a result if there is an
exact match
* Added the .ao, .bh, .mm, and .xn--pgbs0dh (Tunisia) TLD servers
* Added some .ru and .su SLD servers
* Updated the .th and .xn--o3cw4h TLD servers
* Updated the .cy, .jo, .lb, .np, .xn--mgbayh7gpa and .xn--qxam TLD URLs
* Updated the charset for whois.ati.tn
* Updated the list of new gTLDs
[1] 7f9fdae2a9
PR: 250275
Submitted by: Juraj Lutter <juraj@lutter.sk>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D26861
38 lines
1.2 KiB
Groff
38 lines
1.2 KiB
Groff
--- whois.conf.5.orig 2019-12-31 02:05:47 UTC
|
|
+++ whois.conf.5
|
|
@@ -1,10 +1,10 @@
|
|
-.TH "WHOIS.CONF" "5" "2019-12-30" "Petr Písař" "Debian GNU/Linux"
|
|
+.TH "%%MWHOIST%%.CONF" "5" "2019-12-30" "Petr Písař" "Debian GNU/Linux"
|
|
|
|
.SH NAME
|
|
-whois.conf \- alternative WHOIS servers list for whois client
|
|
+%%MWHOIS%%.conf \- alternative WHOIS servers list for %%MWHOIS%% client
|
|
|
|
.SH SYNOPSIS
|
|
-.B /etc/whois.conf
|
|
+.B %%MWHOISCONF%%
|
|
|
|
.SH DESCRIPTION
|
|
This file contains a list of WHOIS servers which can augment or override
|
|
@@ -18,7 +18,7 @@ Fields are separated by non-empty sequence of space or
|
|
A line starting with a hash character is a free comment and it's not
|
|
considered.
|
|
|
|
-The pattern is case-insensitive extended regular expression if whois client
|
|
+The pattern is case-insensitive extended regular expression if %%MWHOIS%% client
|
|
has been compiled with POSIX regular expressions support. Otherwise, simple
|
|
case-insensitive suffix comparison against WHOIS object identifier is used.
|
|
|
|
@@ -37,10 +37,10 @@ encoding (ACE) format.
|
|
^as645(1[2-9]|2[0-9]|3[0-4])$ whois.example.net
|
|
|
|
.SH FILES
|
|
-/etc/whois.conf
|
|
+%%MWHOISCONF%%
|
|
|
|
.SH "SEE ALSO"
|
|
-.IR whois (1)
|
|
+.IR %%MWHOIS%% (1)
|
|
|
|
.SH AUTHOR
|
|
This manual page was written by Petr Písař
|