summaryrefslogtreecommitdiffstats
path: root/etc/inc/services.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-07-01 15:15:01 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-07-01 15:15:01 -0400
commit5ead2472deae4303324048fef6252e9066df6eac (patch)
tree21ae5a1c826975b147b3759cf405871a2afa3d4d /etc/inc/services.inc
parent05816b87060b32d8bc3a5fd09803d5da97956706 (diff)
downloadpfsense-5ead2472deae4303324048fef6252e9066df6eac.zip
pfsense-5ead2472deae4303324048fef6252e9066df6eac.tar.gz
Do not allow dns rebinding
Diffstat (limited to 'etc/inc/services.inc')
-rw-r--r--etc/inc/services.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 4f2f167..fb28c32 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -617,7 +617,7 @@ function services_dnsmasq_configure() {
//}
/* run dnsmasq */
- mwexec("/usr/local/sbin/dnsmasq --local-ttl 1 --all-servers --dns-forward-max=5000 --cache-size=10000 {$args}");
+ mwexec("/usr/local/sbin/dnsmasq --stop-dns-rebind --local-ttl 1 --all-servers --dns-forward-max=5000 --cache-size=10000 {$args}");
if ($g['booting'])
echo "done.\n";
OpenPOWER on IntegriCloud