Jefferson González

Results 269 comments of Jefferson González

Maybe you can try commenting/removing that line out and seeing if it works any better for you. I don't remember why I took that decision... Maybe I exaggerated while doing...

I see you are setting the cronjob FREQ to 5 minutes which is too high, should be 1 (and I would say running as cronjob is deprecated depending on your...

You can try enabling [ENABLE_PORTS ](https://github.com/jgmdev/ddos-deflate/blob/master/config/ddos.conf#L43) and configuring your [PORT_CONNECTIONS](https://github.com/jgmdev/ddos-deflate/blob/master/config/ddos.conf#L54) rules.

Since I don't use that feature never noticed this huge issue. After reading tcpdump manual it seems we can use the -C flag which says: ``` -C file_size Before writing...

that would be a nice feature accompanied with a known list of bad ip's. Pull requests welcome.

For those interested on blacklisting I wrote this script https://github.com/jgmdev/stopspam some time ago which is really similar to this one but only for blacklisting known bad ip's, it keeps the...

In my case libmali implements glGetSynciv so it would be a 1 on 1 call but I guess that for other hardware an alternative implementation would be needed.

Various lua fallback names were added by @Jan200101 to the meson build file, try with latest master and if problem still persist feel free to reopen this issue.

when running meson setup you can try using `--wrap-mode=forcefallback` flag

This issue belongs more to https://github.com/lite-xl/lite-xl-plugins so closing this one.