mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 01:53:46 +01:00
Introduce $RA_SERVER to set default whois server.
Requested by: nork Reviewed by: nork MFC after: 1 week
This commit is contained in:
parent
fe01740653
commit
f35f40c51f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=267871
@ -179,10 +179,12 @@ main(int argc, char *argv[])
|
||||
* back to NICHOST.
|
||||
*/
|
||||
if (host == NULL && country == NULL) {
|
||||
use_qnichost = 1;
|
||||
host = NICHOST;
|
||||
if (!(flags & WHOIS_QUICK))
|
||||
flags |= WHOIS_RECURSE;
|
||||
if ((host = getenv("RA_SERVER")) == NULL) {
|
||||
use_qnichost = 1;
|
||||
host = NICHOST;
|
||||
if (!(flags & WHOIS_QUICK))
|
||||
flags |= WHOIS_RECURSE;
|
||||
}
|
||||
}
|
||||
while (argc-- > 0) {
|
||||
if (country != NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user