|
|
@@ -14,7 +14,7 @@
|
|
|
print ("DNS Refresh required\n");
|
|
|
@unlink("{$path}/../data/ubound_force_reload.lck");
|
|
|
|
|
|
- exec("cp {$path}/../data/unbound.conf.d/* /etc/unbound/unbound.conf.d/");
|
|
|
+ exec("cp {$path}/../data/unbound.conf.d/* /usr/local/etc/unbound/unbound.conf.d/");
|
|
|
|
|
|
# Keep root.hints reasonbly up to date without being obnoxious
|
|
|
if (!file_exists("/usr/local/etc/unbound/root.hints") || ((time() - filemtime("/usr/local/etc/unbound/root.hints")) > ($refresh_root_hint_days * 86400))){
|