SgrA*
SgrA*
Concerned by portability issues ? .. :) Probably right. But opt_getboolean/int, opt_setboolean/int, opt_get, opt_set are static ... ( can't be accessed fro an external lib, that is, unless I do...
Absolutely right (on both counts :). That said, yes, I was suggesting to only export opt_get/set go bool and int.
@agentzh @JakSprats I'd like to add the IP_TRANSPARENT socket option. Per my understanding I just need to set `pc->transparent` and [nginx will take of the rest](https://github.com/nginx/nginx/blob/master/src/event/ngx_event_connect.c#L86) where would be a...
@agentzh Thanks! btw, for your reference, some time ago, I opened an [issue@LuaSockets](https://github.com/diegonehab/luasocket/issues/176) for this.
@agentzh, sure, I would prefer not to reinvent stuff :) But everything (logic under `limit_req.incoming()` as I described), preferably, should take place within a `ngx_shmtx_lock` section. For sliding window I...
@agentzh, for my case, using lua_shared_dict lists might cause a race condition. Well, I can use the lua lock API but there would be an overhead if used for every...
update modules, build, docker, examples & README
A working setup: 1. merge pihole into wirguard's network (`networks`, `dns`) 2. have dnsmasq listening on all interfaces (as dns queries arrive from wg0) ```yaml pihole: depends_on: [ unbound ]...
Dependencies and makefile updated
@agentzh, t/099-c-api.t passes on my end but fails on the CI (unable to connect) Any ideas? Thanks