require_glob doesnt work, find another way to allow multiple files being loaded into dnscontrol
#1
Open
opened 3 years ago by Ruakij
·
0 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. 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!