diodechain / diode_client

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

Added BNS Support for Allowlist in Publish #123

Closed tuhalf closed 1 year ago

tuhalf commented 1 year 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 1 year ago

@tuhalf Sweet! @dominicletz Please review!