From 5f212e4dce89172566a739c1ebb443f926268243 Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Tue, 8 Apr 2008 21:45:26 +0000 Subject: [PATCH] unclear why this is set to plc_resolv.conf. moving it to resolv.conf seems to work. --- dns-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns-config b/dns-config index f34939b..e03b4a9 100755 --- a/dns-config +++ b/dns-config @@ -93,7 +93,7 @@ def main(): domain-needed bogus-priv addn-hosts=/etc/plc_hosts -resolv-file=/etc/plc_resolv.conf +resolv-file=/etc/resolv.conf """.lstrip()) # Reload dnsmasq -- 2.47.0