diff options
author | Eirik Oeverby <ltning@anduin.net> | 2009-09-24 00:05:30 +0200 |
---|---|---|
committer | Eirik Oeverby <ltning@anduin.net> | 2009-09-24 00:05:30 +0200 |
commit | ed371120f73d7e6d2e751617bdaaedaaf3024614 (patch) | |
tree | bd57e3d8841d46b1daa54448eac8084cb33085ef | |
parent | f65c2f4c428249a0eeea95f70cd5a92f907fca57 (diff) | |
parent | f6497c7d346f31f1d989a8fb35774820373f0bb4 (diff) | |
download | pfsense-ed371120f73d7e6d2e751617bdaaedaaf3024614.zip pfsense-ed371120f73d7e6d2e751617bdaaedaaf3024614.tar.gz |
Merge remote branch 'mainline/master'
-rw-r--r-- | etc/inc/captiveportal.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc index d7cb1b6..54e289a 100644 --- a/etc/inc/captiveportal.inc +++ b/etc/inc/captiveportal.inc @@ -368,7 +368,7 @@ EOD; $cprules .= "add {$rulenum} set 1 pass icmp from any to {$cpip} in icmptype 0 \n"; $rulenum++; //# allow access to our DNS forwarder - $cprules .= "add {$rulenum} set 1 pass udp from any to {$cpip} 53 in \n"; + $cprules .= "add {$rulenum} set 1 fwd 127.0.0.1 udp from any to any 53 in \n"; $rulenum++; $cprules .= "add {$rulenum} set 1 pass udp from {$cpip} 53 to any out \n"; $rulenum++; |