cloud-noc01: fix typo in last commit, missing , instead of ]
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
cbe0963aa9
commit
e96da8e528
1 changed files with 1 additions and 1 deletions
|
@ -30,6 +30,6 @@ custom_rules: [ '-A INPUT -i br0 -p tcp -m tcp -s 209.132.184.0/24 --dport 67 -
|
|||
'-A INPUT -i br1 -p udp -m udp -s 172.23.0.0/23 --dport 67 -j ACCEPT',
|
||||
'-A INPUT -i br1 -p udp -m udp -s 172.23.0.0/23 --dport 68 -j ACCEPT',
|
||||
'-A INPUT -i br1 -p udp -m udp -s 172.23.0.0/23 --dport 69 -j ACCEPT',
|
||||
'-A INPUT -i br0 -p udp -m udp -s 209.132.184.0/24 --dport 124 -j ACCEPT' ]
|
||||
'-A INPUT -i br0 -p udp -m udp -s 209.132.184.0/24 --dport 124 -j ACCEPT',
|
||||
'-A INPUT -i br0 -p udp -m udp -s 38.145.48.0/24 --dport 124 -j ACCEPT' ]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue