[PATCH] dnsmasq: allow proxying dnssec data
- From: Mathieu Trudel-Lapierre <mathieu-tl ubuntu com>
- To: NetworkManager mailing list <networkmanager-list gnome org>
- Cc: Mathieu Trudel-Lapierre <mathieu-tl ubuntu com>, Mathieu Trudel-Lapierre <mathieu trudel-lapierre canonical com>
- Subject: [PATCH] dnsmasq: allow proxying dnssec data
- Date: Thu, 8 Mar 2012 17:18:27 -0500
---
src/dns-manager/nm-dns-dnsmasq.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/dns-manager/nm-dns-dnsmasq.c b/src/dns-manager/nm-dns-dnsmasq.c
index 6314438..8e216f4 100644
--- a/src/dns-manager/nm-dns-dnsmasq.c
+++ b/src/dns-manager/nm-dns-dnsmasq.c
@@ -308,7 +308,8 @@ update (NMDnsPlugin *plugin,
argv[6] = "--listen-address=127.0.0.1"; /* Should work for both 4 and 6 */
argv[7] = "--conf-file=" CONFFILE;
argv[8] = "--cache-size=400";
- argv[9] = NULL;
+ argv[9] = "--proxy-dnssec"; /* Allow DNSSEC to pass through */
+ argv[10] = NULL;
/* And finally spawn dnsmasq */
pid = nm_dns_plugin_child_spawn (NM_DNS_PLUGIN (self), argv, PIDFILE, "bin/dnsmasq");
--
1.7.9
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]