Skip to content

Commit

Permalink
fix: Avoid waiting for timeout for broken servers
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Nov 7, 2023
1 parent c713065 commit 26d230f
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 146 deletions.
2 changes: 2 additions & 0 deletions extra/uwhoisd.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
Loading

0 comments on commit 26d230f

Please sign in to comment.