Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | Christian Hesse | 1 | -15/+25 | |
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 | |||||
2024-01-11 | netwatch-dns: check DoH server functionality... | Christian Hesse | 1 | -21/+31 | |
... and try all servers one after another. | |||||
2024-01-11 | netwatch-dns: enable DoH certificate verification... | Christian Hesse | 1 | -1/+3 | |
... if a certificate is named in configuration. | |||||
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 | Christian Hesse | 1 | -1/+1 | |
In RouterOS 7.9 netwatch itself comes with a (default) startup-delay of five minutes. Increase our delay to make sure netwatch is active. | |||||
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"change-95 | Christian Hesse | 1 | -0/+94 | |
No functional change for the user... The migration is done automatically. |