Nicolas Thumann
Nicolas Thumann
Thanks for your feedback! > To be honest, I'm not really a fan of trying to glue more interface address dependancies in the unbound code as it's usually quite flaky...
> We can also validate it client-side using [`pattern`](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/pattern); Even though that would be even more user-friendly, I'll guess that that will result in a pretty clunky and difficult to...
> By the way, @n-thumann, although I'm not an expert on Git etiquette, my understanding is that it's in general not a good idea to force-push changes to public repositories...
Feel free to take this PR over :)
> @n-thumann Could you please solve the conflicts and modernise it to today's date? Please note that I haven't used reNgine for a long time and won't be able to...
Looks like this issue might be specific to your setup and `/usr/local/bin/` not being present in your `$PATH`. Works for me: ``` [root@49e5fcdc3861 /]# curl -LOJ https://github.com/wagoodman/dive/releases/download/v0.9.2/dive_0.9.2_linux_amd64.rpm % Total %...
> Could you add some tests? Done :v:
> focus on less toggles facing the user Yeah, i was thinking about this as well, but am struggling to come up with a good idea. Any ideas and how...
``` root@OPNsense:~ # ls -lh /var/netflow/ total 8889260 -rw-r----- 1 root wheel 1.9M Oct 7 01:17 dst_port_000300.sqlite -rw-r----- 1 root wheel 21M Oct 7 01:17 dst_port_003600.sqlite -rw-r----- 1 root wheel...
Good point! Based on this, we could only add one field for each resolution available (i.e. 30, 300, ...), instead of adding one for each aggregator. This would reduce the...