forked from kgaughan/uwhoisd
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Avoid waiting for timeout for broken servers
- Loading branch information
Showing
4 changed files
with
174 additions
and
146 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,7 @@ db=0 | |
# lu because of the rate limiting. | ||
lu=whois.dns.lu | ||
jobs=whois.nic.jobs | ||
lk=whois.nic.lk | ||
|
||
[ratelimit] | ||
; Some servers have ratelimiting per source IP - Requires redis. | ||
|
@@ -63,6 +64,7 @@ whois.dns.lu=1 100 | |
[tld_no_whois] | ||
; Some TLDs have no whois, we just return default contact points. | ||
es='Complains to: [email protected]' | ||
lk='Complains to: [email protected]' | ||
|
||
[broken] | ||
; Some servers are broken, in that case, we just return default contact points. | ||
|
Oops, something went wrong.