mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-01-28 03:49:34 +00:00
netwatch-dns: fix indention
This commit is contained in:
parent
cb12f69e8d
commit
0e222b1484
1 changed files with 7 additions and 7 deletions
|
|
@ -130,13 +130,13 @@
|
||||||
:continue;
|
:continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
/ip/dns/set use-doh-server=($DohServer->"doh-url") verify-doh-cert=yes;
|
/ip/dns/set use-doh-server=($DohServer->"doh-url") verify-doh-cert=yes;
|
||||||
:if ([ /certificate/settings/get crl-use ] = true) do={
|
:if ([ /certificate/settings/get crl-use ] = true) do={
|
||||||
$LogPrintOnce warning $ScriptName ("Configured to use CRL, that can cause severe issue!");
|
$LogPrintOnce warning $ScriptName ("Configured to use CRL, that can cause severe issue!");
|
||||||
}
|
}
|
||||||
/ip/dns/cache/flush;
|
/ip/dns/cache/flush;
|
||||||
$LogPrint info $ScriptName ("Setting DoH server: " . ($DohServer->"doh-url"));
|
$LogPrint info $ScriptName ("Setting DoH server: " . ($DohServer->"doh-url"));
|
||||||
:exit;
|
:exit;
|
||||||
}
|
}
|
||||||
} do={
|
} do={
|
||||||
:global ExitOnError; $ExitOnError [ :jobname ] $Err;
|
:global ExitOnError; $ExitOnError [ :jobname ] $Err;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue