Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: coredns/caddy

Tags

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(caddyfile): bump expansion limits (#9)

A single maxSnippetExpansions of 1000 could be too low for some real
world scenarios. Snippet-based configuration can be used broadly
across large CoreDNS Corefiles. We cannot implement a pure
“import depth” integer with the current splice-then-continue parser
because imports are expanded by lexing and splicing tokens into the
stream, not by recursive function calls.

Instead, we introduce high default per-directive caps for snippet and
file imports, keeping globs counted as one. Prevent trivial snippet
self-import. Add tests that lower caps to validate failure on
cycles and success with large glob imports.

This should present a good enough middleground, instead of rewriting
the parser.

Signed-off-by: Ville Vesilehto <[email protected]>

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(caddyfile): guard snippet import cycles (#8)

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
init plugins only for first zone in block (#1)

Signed-off-by: Chris O'Haver <[email protected]>

v1.1.0

Toggle v1.1.0's commit message
Rename the imports

Signed-off-by: Miek Gieben <[email protected]>

v2.1.1

Toggle v2.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
mholt Matt Holt

v2.1.0

Toggle v2.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
mholt Matt Holt

v2.1.0-beta.2

Toggle v2.1.0-beta.2's commit message

Verified

This tag was signed with the committer’s verified signature.
mholt Matt Holt

v2.1.0-beta.1

Toggle v2.1.0-beta.1's commit message

Verified

This tag was signed with the committer’s verified signature.
mholt Matt Holt

v2.0.0

Toggle v2.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
mholt Matt Holt

v2.0.0-rc.3

Toggle v2.0.0-rc.3's commit message

Verified

This tag was signed with the committer’s verified signature.
mholt Matt Holt