mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
unbound/red.up: run unbound update-forwarders after suricata init.
The old suricata instance blocks dns requests if the red ip has changed. Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -97,9 +97,9 @@ rm -f /etc/rc.d/init.d/networking/red.down/05-*-dns-forwarders
|
||||
# Extract files
|
||||
extract_files
|
||||
|
||||
# move update forwarders below firewall
|
||||
mv -f /etc/rc.d/init.d/networking/red.up/05-update-dns-forwarders \
|
||||
/etc/rc.d/init.d/networking/red.up/22-update-dns-forwarders
|
||||
# move update forwarders below suricata
|
||||
mv -f /etc/rc.d/init.d/networking/red.up/*-update-dns-forwarders \
|
||||
/etc/rc.d/init.d/networking/red.up/25-update-dns-forwarders
|
||||
|
||||
# update linker config
|
||||
ldconfig
|
||||
|
||||
Reference in New Issue
Block a user