doktornotor

Results 58 comments of doktornotor

> I'm going to add that functionality to this PR, but keep it as draft until #7841 is merged. After that I can utilize the new JS functions and finalize...

Appear to me that it's always warning [whenever syslog (`-S`) is used](https://github.com/dennypage/dpinger/blob/664f5c7aa617fa71834a90b132baf7188ca84a2b/dpinger.c#L207-L209). Apparently by design.

Ok, I had some closer look at the code, it really has no concept of loglevels. There are 21 `logger()` calls. For some, the desired loglevel is obvious (and should...

There is something badly broken here, basically unable to make changes applied without reboot. Not just the issue described above, but also switching between IDS and IPS, disable / enable...

May I suggest that you use NPtv6 and move on? The [documentation on aliases](https://docs.opnsense.org/manual/aliases.html) provides a good hint why this is not exactly viable and would produce just a giant...

Yeah, when messing with this, eventually it ended up with one "dynamic" alias per subnet (interface) -- which is basically the same as one rule per subnet. Not pretty at...

Tagging, yeah why not... Would be even more flexible if the match option had an "invert" checkbox. @fichtner - possible to add that one? ``` tagged Used with filter, translation...

Yeah, the tags are useful for more things that this - e.g. [this forum thread on DNS redirection](https://forum.opnsense.org/index.php?topic=24413.0).

See https://github.com/opnsense/core/issues/18 - this did not go anywhere but FreeBSD [moved a bit since then](https://github.com/opnsense/core/issues/18#issuecomment-952893740). Perhaps if that works, you could use generic FreeBSD and bootstrap OPNsense from there. For...

The bootstrap is [described here](https://github.com/opnsense/update). Should get you the result you want very easily once you've managed the FreeBSD automated install part. Don't think it needs any particular securing during...