projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa403c7
)
s/PREROUTING/OUTPUT/
author
Stephen Gran
<steve@lobefin.net>
Mon, 21 Jan 2013 12:23:25 +0000
(12:23 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Mon, 21 Jan 2013 12:23:25 +0000
(12:23 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/named/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/named/manifests/init.pp
b/modules/named/manifests/init.pp
index
9cc377e
..
a9a200f
100644
(file)
--- a/
modules/named/manifests/init.pp
+++ b/
modules/named/manifests/init.pp
@@
-28,7
+28,7
@@
class named {
domain => '(ip ip6)',
description => 'NOTRACK for nameserver traffic',
table => 'raw',
- chain => '
PREROUTING
',
+ chain => '
OUTPUT
',
rule => 'proto (tcp udp) sport 53 jump NOTRACK'
}