Age | Commit message (Expand) | Author | Files | Lines |
6 days | netwatch-dns: explicitly expect type=A...•••... which is provided since 7.16beta7 (but require next stable release
7.16 as that is available meanwhile).
staging | Christian Hesse | 1 | -2/+2 |
2024-09-05 | netwatch-dns: give warning on CRL use | Christian Hesse | 1 | -0/+4 |
2024-08-19 | netwatch-dns: disable DoH if time not sync...•••... as it is possible that time is off, DNS via DoH fails (cert invalid),
and finally syncing time fails due to failing DNS.
| Christian Hesse | 1 | -0/+8 |
2024-07-16 | bump RouterOS requirement for all scripts and modules...•••... now that global-functions requires RouterOS 7.14 anyway.
| Christian Hesse | 1 | -1/+1 |
2024-04-07 | bump RouterOS requirement for all scripts and modules...•••... now that global-functions requires RouterOS 7.13 anyway.
routeros-7.13-6 | Christian Hesse | 1 | -1/+1 |
2024-03-12 | netwatch-dns: switch to $LogPrint | Christian Hesse | 1 | -13/+12 |
2024-03-12 | netwatch-dns: drop main function, use :do with on-error | Christian Hesse | 1 | -9/+7 |
2024-03-12 | global-functions: $ScriptLock: do not exit from global function | Christian Hesse | 1 | -1/+3 |
2024-03-12 | netwatch-dns: do not exit with error | Christian Hesse | 1 | -3/+6 |
2024-03-04 | netwatch-dns: move code into function | Christian Hesse | 1 | -85/+90 |
2024-01-30 | netwatch-dns: use :jobname to get script name | Christian Hesse | 1 | -1/+3 |
2024-01-18 | netwatch-dns: be move verbose on time to settle | Christian Hesse | 1 | -2/+3 |
2024-01-15 | netwatch-dns: check DoH server with fetch•••This way we do not have to configure possibly non-functional servers to
check. The query is for doh-check.eworm.de of type TXT, the expected
answer is 'doh-check-OK'.
% dig TXT doh-check.eworm.de +https @1.1.1.1
; <<>> DiG 9.18.21 <<>> TXT doh-check.eworm.de +https @1.1.1.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42226
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;doh-check.eworm.de. IN TXT
;; ANSWER SECTION:
doh-check.eworm.de. 63791 IN TXT "doh-check-OK"
;; Query time: 16 msec
;; SERVER: 1.1.1.1#443(1.1.1.1) (HTTPS)
;; WHEN: Mon Jan 15 13:55:36 CET 2024
;; MSG SIZE rcvd: 72
| Christian Hesse | 1 | -15/+25 |
2024-01-11 | netwatch-dns: check DoH server functionality...•••... and try all servers one after another.
| Christian Hesse | 1 | -21/+31 |
2024-01-11 | netwatch-dns: enable DoH certificate verification...•••... if a certificate is named in configuration.
| Christian Hesse | 1 | -1/+3 |
2024-01-01 | update copyright for 2024 | Christian Hesse | 1 | -1/+1 |
2023-11-27 | netwatch-dns: get doh host name from static dns | Christian Hesse | 1 | -1/+6 |
2023-10-27 | netwatch-dns: match on word boundary | Christian Hesse | 1 | -2/+2 |
2023-06-28 | netwatch-dns: increase startup delay•••In RouterOS 7.9 netwatch itself comes with a (default) startup-delay of five
minutes. Increase our delay to make sure netwatch is active.
| Christian Hesse | 1 | -1/+1 |
2023-06-01 | netwatch-dns: reorder variables | Christian Hesse | 1 | -1/+1 |
2023-06-01 | netwatch-dns: handle status 'up' only | Christian Hesse | 1 | -5/+4 |
2023-03-07 | rename scripts and add file extension ".rsc"•••No functional change for the user... The migration is done
automatically.
change-95 | Christian Hesse | 1 | -0/+94 |