Johan Borestad
Johan Borestad
I think it should be as simple as possible and only pass the *exact* same options as the library. Most importantly, being able to pipe from either stdin or stdout....
Any progress on this? 🙂
I've added a firehol mirror here: https://github.com/borestad/firehol-mirror
Use these instead. https://github.com/firehol/blocklist-ipsets/issues/279
I have to ask, is this causing any issue? Are you blocking `1. incoming => wan` or just blindly `2. incoming/outgoing => wan/lan` ? With option 1 - this should...
I've added a firehol mirror here: https://github.com/borestad/firehol-mirror
Most likely exactly the same issue as ncdu had (although I've seen it happen anyway still) https://code.blicky.net/yorhel/ncdu/issues/141
My workaround the last couple of months has been this bash function that sets a timeout (and fixes the broken terminal) ``` gdu () { timeout --foreground -s SIGTERM 10m...
@danikhan632 Just FYI: I've experimented a bit with this and found some caveats. (tried both esbuild / rollup, parcel) didn't have the energy to go webpack - https://github.com/chalk/supports-color/issues/113 - Creating...
Awesome! Just FYI - this seems to work fine on Ubuntu 22.04, but older dists like Debian 11 fails due libssl.so.3 being missing, hense it's not truly "static" .... might...