Jacques PERON

Results 95 comments of Jacques PERON

Are there things I’d have to do on this PR? No hurry, just to know whether something is missing.

> The files changed are looking a bit strange now, perhaps a rebase is needed? Done. > What did you think of this issue? > … It’s already fixed. I...

> I'd prefer to keep you on maintaining this if possible, we are over-stretched. How about this option: we fork or move the repository to the gristlabs organization, unchanged, that's...

There is even an option to transfer ownership of a repository; but for that, I’d need (temporarily!) write access on gristlabs organization.

I found a better way: transferring to @paulfitz. Then you’ll be able to transfer it to gristlabs.

> oops! nope... In other words, the Map configuration is not saved. Did you click the green « Save » after editing the option ?

Hello, following this issue with much interest, I was wondering what would be the nftables equivalent of following command (from Readme.md about dnsblock): ```sh sudo iptables -A OUTPUT -m dnsblock...

Many thanks for your quick reply; can’t wait for the update!

Not sure it’s the right place for questions, but I had the following one: does the `skb` argument of `match` function passed to `xtable.match` contain the whole ip packet, or...

Thanks again for the reply. My question came because, trying to develop a SNI filter like https://github.com/luainkernel/lunatik/blob/master/examples/filter/sni.lua, but using `xtables` instead of `xdp`, I always get `#skt == 52` with...