Frank Denis
Frank Denis
Hi Zonytoo, I'd like to use coio in a public-facing service accepting anonymous TCP connections. If only to avoid file descriptors exhaustion, there has to be a limit on the...
Hi Bilal, Is there an easy way to install the kernel headers? I'd like to run Wireguard, but it comes with a kernel module, so it requires the presence of...
Since Big Sur, the path to Xcode SDKs need to be explicitly provided to the linker.
The venerable [dnscrypt-osclient](https://github.com/alterstep/dnscrypt-osxclient/) hasn't received any updates for a while, and the interface would not work well for dnscrypt-proxy v2. A new client for macOS is really needed. Can anybody...
Sorry for bringing this here, but I couldn't find any discussions about this on XDA. https://github.com/energizedprotection/block has been blocked by GitHub. Do you have more details about why that happened,...
Granted, `curl | bash` feels scary, but things can be done in a sane way, by making the script easy to review, and by allowing a signature to be verified...
Hi, Sorry for opening a lame ticket instead of a pull request. Is TLS (with client cert authentication) something that may eventually be implemented in oklog?
The [GELF specification](http://docs.graylog.org/en/2.0/pages/gelf.html) includes a sample JSON string that can be reduced to: ``` json { "full_message": "Backtrace here\n\nmore stuff" } ``` leading people to think that this is equivalent...
Bad news, there is a vulnerability in the `ldns_blocking` plugin. An IPv4 address present in the set of IPs to blocked will be blocked for an `A` query. However, IPv4...