[GH-ISSUE #64] multiple config directory #338

Closed
opened 2026-03-13 14:41:50 +03:00 by kerem · 1 comment
Owner

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.

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.
kerem closed this issue 2026-03-13 14:41:55 +03:00
Author
Owner

@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.

<!-- gh-comment-id:138136965 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/geodns#338
No description provided.