efahl

Results 117 comments of efahl

> Rewriting the condition like this fixes this issue for me (note the negation '!' inserted): ` if (!($alias === $tmp_aliases[0] || $tmp_aliases[0]['hostname'] === '*') && !in_array($host->server, $ptr_records, true))` Tested...

@guttermonk Shouldn't matter what version of unbound is running, this is in OPNsense's code that generates the unbound config. Looking at master, I don't see the fix that @fpehla proposes...

> using the legacy snort init script with legacy ... `local.lua` I'm pretty sure the only thing reporting depends on is the json alert files, so if you were to...

@flyn-org , got a minute to look this over?

What happens if you simply add that file path to `/etc/sysupgrade.conf`?

Line 38 in forwards.js still has that hard-coded 'IPv4' label. I think it needs the same treatment that the 'rule_proto_txt' function in snats.js got.

I tested the new changes in https://github.com/openwrt/luci/commit/9ca915ebc943fc7f248bc0100e061d547a189142 forwards.js and it worked for me.

I wondered about this a couple days before I stumbled into this issue. I had chased it to this line: https://gitlab.com/openwrt/web/downloads-openwrt-org/-/blob/main/dir-index.cgi?ref_type=heads#L395 (Side quest: Is 'downloads' source still on gitlab, or...

Both `auc` and `owut` already expose release snapshots (owut does it explicitly, `owut versions` shows all of the available release snapshots). The FS code already has that switch we could...