Paweł
Paweł
> And the DoH client should provide an option to setting up bootstrap DNS Should I add bootstrap DNS?
I just wonder what is the purpose of returning wire format is this related to caching of DNS queries?
I'm working on DoH for openresty, I've made a pull request. For now I have lot of resty dns code change in not pushed repo. I've also added DoT. wt.,...
What exactly do you need wireformat which is availabale [here](https://github.com/pr4u4t/lua-resty-dns/blob/master/lib/resty/dns/wireformat.lua) or DoH and DoT as there was no interest I've left it incomplete. Just give me a sign what you...
I'm also interested in this I can add leveldb support, rocksdb can act as example. I found some files indicating rocksdb support but since you're planning release of rocksdb support...
> It's much more powerfull to use nvme 2.0 's key value storage interface than RocksDB. Hope there be such a version in future. As stated in [specification](https://www.snia.org/sites/default/files/ESF/Key-Value-Storage-Standard-Final.pdf) nvme key-value...
@JohnSully @benschermel Great thanks I'll proceed with flash testing and adding nvme support.
Hi, @zimmerle, @fl0ppy-d1sk, @cbornet. I've been investigating this topic for a while. 1. Nginx variables are defined 'statically', every variable must be defined by filling ngx_http_variable_t and then calling ngx_http_add_variable....