Reviewed-by: Michael Tremer > On 16 Jan 2020, at 16:18, Stefan Schantl wrote: > > Signed-off-by: Stefan Schantl > --- > lfs/configroot | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lfs/configroot b/lfs/configroot > index d9a31e999..6092f889b 100644 > --- a/lfs/configroot > +++ b/lfs/configroot > @@ -132,6 +132,7 @@ $(TARGET) : > echo "DROPWIRELESSFORWARD=on" >> $(CONFIG_ROOT)/optionsfw/settings > echo "POLICY=MODE2" >> $(CONFIG_ROOT)/firewall/settings > echo "POLICY1=MODE2" >> $(CONFIG_ROOT)/firewall/settings > + echo "USE_ISP_NAMESERVERS=on" >> $(CONFIG_ROOT)/dns/settings > > # Install snort to suricata converter. > cp $(DIR_SRC)/config/suricata/convert-snort /usr/sbin/convert-snort > -- > 2.25.0.rc0 >