Sam Morris
Sam Morris
find /some/directory -name '*.php' -exec php -d short_open_tag=On php_replace_short_tags.php --overwrite {} +
FYI, I had a version of this that changed the IPv{4,6}_rpfilter options to take "off", "loose", "strict" so that the user could choose what level of isolation they want. But...
#1339 will definitely make this easier, thanks for pointing me that way. I've not worked on this PR for a long time. I'm going to close this PR for the...
> There are changes like > > ```diff > msgid "Interfaces" > -msgstr "" > +msgstr "" > ``` > > which seems not a correct translation update. > >...
Although GitHub shows that latest push as making loads of changes, it's just a rebase onto the latest `main` branch that doesn't change anything.
Interestingly: ``` # iptables -V iptables v1.8.3 (nf_tables) # iptables -t raw -N test # iptables -t raw -A test -m rpfilter -j LOG --log-prefix 'strict ' # iptables -t...
Right, based on https://wiki.nftables.org/wiki-nftables/index.php/Routing_information#fib I think actually `firewalld` and `iptables` are correct. I find the comments in the nftables man page don't help in my understanding of whatever `fib daddr...
FYI `bullseye-backports` has a backport of 1.3.0. (And Debian 12 "`bookworm`" is now out which also includes 1.3.0.) https://packages.debian.org/search?keywords=firewalld
Try `firewall-cmd --set-log-denied=unicast` and then check for kernel messages (`journalctl -kf`) that might indicate exactly what's being blocked.