Whois querying and caching #8

Closed
Georg wants to merge 1 commits from devel_whois into master
Owner
  • When a client connects, an RDAP lookup is performed
  • The ASN operator and country fields will be printed to the defined SNOTICES channel along with the CONNECT message
  • The printed WHOIS details will be cached to Redis for a configurable amount of seconds (TTL), the default being 3600
  • If the same IP address connects within the configured TTL, the details will be fetched from the Redis database, instead of querying a RIR or IANA

Signed-off-by: Georg georg@lysergic.dev

* When a client connects, an RDAP lookup is performed * The ASN operator and country fields will be printed to the defined SNOTICES channel along with the CONNECT message * The printed WHOIS details will be cached to Redis for a configurable amount of seconds (TTL), the default being 3600 * If the same IP address connects within the configured TTL, the details will be fetched from the Redis database, instead of querying a RIR or IANA Signed-off-by: Georg <georg@lysergic.dev>
Georg added 1 commit 2021-08-26 19:36:04 +02:00
Signed-off-by: Georg <georg@lysergic.dev>
Georg requested review from pratyush 2021-08-26 19:41:40 +02:00
Georg added the
Status: Pending Merge
label 2021-08-26 19:41:53 +02:00
Georg added this to the V1 milestone 2021-08-26 19:41:58 +02:00
Georg added this to the (deleted) project 2021-08-26 19:42:03 +02:00
pratyush was assigned by Georg 2021-08-26 19:42:10 +02:00
Georg added a new dependency 2021-08-26 19:42:51 +02:00
pratyush added the
Priority: Low
label 2021-08-27 21:04:29 +02:00
pratyush closed this pull request 2021-08-27 22:07:49 +02:00

Pull request closed

Sign in to join this conversation.
No description provided.