From 990a7a560c98dcbaa9c9e8deb0968819b646a664 Mon Sep 17 00:00:00 2001 From: David Timber Date: Mon, 16 May 2022 15:53:36 +0800 Subject: Changes ... - Deprecate palhm-dnssec-check.sh - Merge check-dnssec and boot-report config into the sample config - Add crontab sample - Reduce Python requirement to 3.5 - Remove use of capture_output - boot-report: remove systemd-analyze as the command is not available during boot time - Change config schema - "object-groups" and "objects" are now optional - Change "boot-report" include behaviour --- .vscode/launch.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json index 5ed76e2..1e96b2f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -43,6 +43,21 @@ "args": [ "-f", "src/conf/py-debug/palhm.jsonc", "run" ], "console": "integratedTerminal", "justMyCode": true + }, + { + "name": "palhm run check-dnssec", + "type": "python", + "request": "launch", + "cwd": "${workspaceFolder}", + "program": "src/palhm.py", + "args": [ + "-f", + "src/conf/py-debug/palhm.jsonc", + "run", + "check-dnssec" + ], + "console": "integratedTerminal", + "justMyCode": true } ] } -- cgit v1.2.3-70-g09d2