From: Michael Tremer Date: Tue, 7 Jan 2020 15:28:21 +0000 (+0000) Subject: unbound: Read configuration globally X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b26aac62535a79dff2882356a32a1594270f3b8;p=people%2Fstevee%2Fipfire-2.x.git unbound: Read configuration globally Signed-off-by: Michael Tremer --- diff --git a/src/initscripts/system/unbound b/src/initscripts/system/unbound index a5c56d5587..6290127b8a 100644 --- a/src/initscripts/system/unbound +++ b/src/initscripts/system/unbound @@ -17,6 +17,7 @@ LOCAL_TTL=60 # Load configuration eval $(/usr/local/bin/readhash /var/ipfire/dns/settings) +eval $(/usr/local/bin/readhash /var/ipfire/ethernet/settings) ip_address_revptr() { local addr=${1} @@ -574,8 +575,6 @@ case "$1" in exit 0 fi - eval $(/usr/local/bin/readhash /var/ipfire/ethernet/settings) - # Update configuration files write_tuning_conf write_forward_conf