summaryrefslogtreecommitdiffstats
path: root/plugins/check_dig.d/config.h
AgeCommit message (Collapse)AuthorFilesLines
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