mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-08-01 14:11:35 +00:00
Compare commits
No commits in common. "cc644351b66756e77779c2c6ac6829307fc2c2c9" and "608499bc8949144c2ab3f1c77b632b1c0bfc9ab1" have entirely different histories.
cc644351b6
...
608499bc89
3 changed files with 2 additions and 3 deletions
|
|
@ -20,7 +20,6 @@ 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)
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,7 @@
|
||||||
:local Data false;
|
:local Data false;
|
||||||
:local TimeOut [ $EitherOr [ :totime ($List->"timeout") ] $FwAddrListTimeOut ];
|
:local TimeOut [ $EitherOr [ :totime ($List->"timeout") ] $FwAddrListTimeOut ];
|
||||||
|
|
||||||
:foreach Cert in=[ :toarray delimiter=":" [ :tostr ($List->"cert") ] ] do={
|
:foreach Cert in=[ :toarray delimiter=":" ($List->"cert") ] do={
|
||||||
:if ([ :len ($Cert) ] > 0) do={
|
:if ([ :len ($Cert) ] > 0) do={
|
||||||
:set CheckCertificate true;
|
:set CheckCertificate true;
|
||||||
:if ([ $CertificateAvailable $Cert "fetch" ] = false) do={
|
:if ([ $CertificateAvailable $Cert "fetch" ] = false) do={
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
:foreach DohServer in=$DohServers do={
|
:foreach DohServer in=$DohServers do={
|
||||||
:foreach DohCert in=[ :toarray delimiter=":" [ :tostr ($DohServer->"doh-cert") ] ] do={
|
:foreach DohCert in=[ :toarray delimiter=":" ($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