summaryrefslogtreecommitdiffstats
path: root/plugins/check_dig.d/config.h
AgeCommit message (Collapse)AuthorFilesLines
2025-11-27check_dig: Move flag parsing to parameter processing and out of mainLorenz Kästle1-5/+9
The processing of the forbid-flags and the require-flags parameter was done in the main function previous to this. Since no further information is actually needed during runtime, I moved the processing in the cli param processing stage to reduce actual complexity later.
2025-10-07check_dig: Add feature to require or forbid dig DNS flags -E, -X.Dennis Ullrich1-0/+4
Introduced helper functions for flag parsing. -E, --require-flags=LIST Comma-separated dig flags that must be present (e.g. 'aa,qr') -X, --forbid-flags=LIST Comma-separated dig flags that must NOT be present
2025-03-10Refactor check_digLorenz Kästle1-0/+40