Compare commits

..

7 commits

Author SHA1 Message Date
Christian Hesse
0a97bd14d0 mode-button: set dont-require-permissions
Actually this is a fixup for the RouterOS 7.24 changes.
2026-07-27 21:43:32 +02:00
Christian Hesse
1b3fb933e3 global-functions: $ScriptInstallUpdate: match in one regular expression 2026-07-27 21:43:32 +02:00
Christian Hesse
db751235c2 global-functions: $ScriptInstallUpdate: drop the check for matching policies...
... as this started to produce false positives.
2026-07-27 21:43:32 +02:00
Christian Hesse
3fd8fd1f09 global-functions: $ScriptInstallUpdate: support setting dont-require-permissions 2026-07-27 21:43:32 +02:00
Christian Hesse
461aab48e8 global-functions: $ScriptInstallUpdate: support setting policy 2026-07-27 21:43:32 +02:00
Christian Hesse
deee37d918 update list of contributors 2026-07-27 21:38:30 +02:00
Filipe Santos
b6398422d0 netwatch-dns: fix :toarray on unset doh-cert
Co-authored-by: Christian Hesse <mail@eworm.de>
2026-07-27 21:35:12 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -20,6 +20,7 @@ for details!
* [Anatoly Bubenkov](mailto:bubenkoff@gmail.com) (@bubenkoff) * [Anatoly Bubenkov](mailto:bubenkoff@gmail.com) (@bubenkoff)
* [Ben Harris](mailto:mail@bharr.is) (@bharrisau) * [Ben Harris](mailto:mail@bharr.is) (@bharrisau)
* [Daniel Ziegenberg](mailto:daniel@ziegenberg.at) (@ziegenberg) * [Daniel Ziegenberg](mailto:daniel@ziegenberg.at) (@ziegenberg)
* [Filipe Santos](mailto:git@not.sh) (horjulf)
* [Ignacio Serrano](mailto:ignic@ignic.com) (@ignic) * [Ignacio Serrano](mailto:ignic@ignic.com) (@ignic)
* [Ilya Kulakov](mailto:kulakov.ilya@gmail.com) (@Kentzo) * [Ilya Kulakov](mailto:kulakov.ilya@gmail.com) (@Kentzo)
* [Leonardo David Monteiro](mailto:leo@cub3.xyz) (@leosfsm) * [Leonardo David Monteiro](mailto:leo@cub3.xyz) (@leosfsm)

View file

@ -103,7 +103,7 @@
} }
:foreach DohServer in=$DohServers do={ :foreach DohServer in=$DohServers do={
:foreach DohCert in=[ :toarray delimiter=":" ($DohServer->"doh-cert") ] do={ :foreach DohCert in=[ :toarray delimiter=":" [ :tostr ($DohServer->"doh-cert") ] ] do={
:if ([ :len $DohCert ] > 0) do={ :if ([ :len $DohCert ] > 0) do={
:if ([ $CertificateAvailable $DohCert "fetch" ] = false || \ :if ([ $CertificateAvailable $DohCert "fetch" ] = false || \
[ $CertificateAvailable $DohCert "dns" ] = false) do={ [ $CertificateAvailable $DohCert "dns" ] = false) do={