unbound / iptables: allow new cloud network to also do queries.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
0999327fda
commit
b435f615da
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ num_cpus: 2
|
|||
tcp_ports: [ 80, 443 ]
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 209.132.184.0/24 --dport 53 -j ACCEPT',
|
||||
'-A INPUT -p udp -m udp -s 209.132.184.0/24 --dport 53 -j ACCEPT',
|
||||
'-A INPUT -p udp -m udp -s 38.145.48.0/23 --dport 53 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 38.145.48.0/23 --dport 53 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 209.132.181.0/24 --dport 53 -j ACCEPT',
|
||||
'-A INPUT -p udp -m udp -s 209.132.181.0/24 --dport 53 -j ACCEPT' ]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue