diff options
author | Christian Hesse <mail@eworm.de> | 2023-06-01 09:23:22 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-01 09:53:33 +0200 |
commit | 42c658e1d4072837936db09bdd0ca7ff563d9a6a (patch) | |
tree | 3f05241950e1c7c789a5c51edc349292393a0a2f /netwatch-dns.rsc | |
parent | 007d1ff7b8dbe78d39216ef501ddcb8a76e372bc (diff) |
netwatch-dns: reorder variables
Diffstat (limited to 'netwatch-dns.rsc')
-rw-r--r-- | netwatch-dns.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netwatch-dns.rsc b/netwatch-dns.rsc index eb6cb6c..c1d57b8 100644 --- a/netwatch-dns.rsc +++ b/netwatch-dns.rsc @@ -58,8 +58,8 @@ $ScriptLock $0; } :local DohServer ""; -:local DohCurrent [ /ip/dns/get use-doh-server ]; :local DohCert ""; +:local DohCurrent [ /ip/dns/get use-doh-server ]; :foreach Host in=[ /tool/netwatch/find where comment~"doh" status="up" ] do={ :local HostVal [ /tool/netwatch/get $Host ]; |