Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[#1912] Added Changelog for #1912
  • Loading branch information
msiodelski committed Sep 1, 2025
commit 64e30721e729dc88ca5e2e30898a4a27f974269a
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[func] marcin

Improved performance of BIND 9 configuration parsing by the agent.
Added support for annotating parts of the BIND 9 configuration to
skip parsing them. These annotations are useful in large deployments
when parsing the BIND 9 configuration file can take significant
amount of time. Use //@stork:no-parse:scope and
//@stork:no-parse:end to skip parsing selected part of the
configuration file. Use //@stork:no-parse:global to skip parsing
the rest of the configuration file following the annotation.
(Gitlab #1912)