diodechain / diode_client

Diode client written in GO that runs the Blockquick™ algorithm and a socks server to transmit data through diodechain.
https://diode.io/download
Other
65 stars 23 forks source link

Added BNS Support for Allowlist in Publish #123

Closed tuhalf closed 8 months ago

tuhalf commented 9 months ago

First, tried with polling but it puts an unnecessary load on system so instead, requested resolved BNS on inbound request and defined a new cache 'bnsCache' in Datapool and defined a new var '-bnscachetime' to set expire time of the BNS cache.

hansr commented 9 months ago

@tuhalf Sweet! @dominicletz Please review!