Dennis Juhler Aagaard 5 лет назад
Родитель
Сommit
8eac23eda8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      daemon/dns_runner.php

+ 1 - 1
daemon/dns_runner.php

@@ -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))){