require_glob doesnt work, find another way to allow multiple files being loaded into dnscontrol #1
Loading…
x
Reference in New Issue
Block a user
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?
As require_glob does not work,
we have to find another way to allow multiple files being loaded into dnscontrol.
Maybe load 1 seperate file which can be expanded (being careful about thread-safety)
A Workaround was made:
3b70a47502
The Workaround disabled parallel processing!