Replies: 1 comment 2 replies
-
Hi! There is currently no mechanism to include other YAML configuration files from the main one. I agree it would make sense, but I'm not sure how it would work with regards to the configuration validator. I'll have a look at how the recursor is handling that. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1. Issue Description
I recently migrated to dnsdist 2.0 and I'm testing the new YAML configuration format. However, I cannot reproduce the modular structure I had with the Lua format.
Current Configuration (Lua) - Working
File structure:
Attempted Configuration (YAML) - Not Working
Is this possible to include YAML configuration file as LUA fles ?
It can be something like :
2. Question
Is this possible or a missing feature?
In the Lua format, we can easily organize our configuration into modules with
includeDirectory()
.Current YAML Configuration
This only way I found for YAML configuration is to put all my configuration in a single
dnsdist.yml
file.Environment Information
Thank you in advance and for your time !
Beta Was this translation helpful? Give feedback.
All reactions