mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-08-01 14:11:35 +00:00
Compare commits
7 commits
2a5da14d80
...
0a97bd14d0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0a97bd14d0 | ||
|
|
1b3fb933e3 | ||
|
|
db751235c2 | ||
|
|
3fd8fd1f09 | ||
|
|
461aab48e8 | ||
|
|
deee37d918 | ||
|
|
b6398422d0 |
2 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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={
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue