mirror of
https://github.com/abh/geodns.git
synced 2026-04-27 11:55:50 +03:00
[GH-ISSUE #64] multiple config directory #195
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/geodns#195
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gugansankar on GitHub (Jun 9, 2015).
Original GitHub issue: https://github.com/abh/geodns/issues/64
Is there any option to mention multiple configuration directory. ?. As I can add only one config directory using --config option. Sub directory json files are not loading. Else, Configuration has any include options like pgeodns. ? .
Reason behind is, Easy to isolate the Customer zone files. Mean, I create a directory for each customers and put their zone files there. So its so easy to manage the configurations.
@abh commented on GitHub (Sep 6, 2015):
Since the data is going to be loaded into the same namespace this doesn't really work. If you really need isolation because you can't trust the data then you need to run separate DNS instances (because the IPs need to be separated). If it's just to organize the files better then I'd suggest just having the files as you want them and a make job to copy them into one directory for syncing to your servers.