mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2026-05-16 23:36:57 +02:00
reorder
This commit is contained in:
parent
911e58f7c3
commit
247717e141
@ -11,10 +11,10 @@ openssh:
|
|||||||
iptables.insert:
|
iptables.insert:
|
||||||
- table: filter
|
- table: filter
|
||||||
- chain: INPUT
|
- chain: INPUT
|
||||||
- position: 0
|
- position: 1
|
||||||
- protocol: tcp
|
- protocol: tcp
|
||||||
- dport: 22
|
- dport: 22
|
||||||
- jump: ACCEPT
|
|
||||||
- match: state
|
- match: state
|
||||||
- connstate: NEW,ESTABLISHED
|
- connstate: NEW,ESTABLISHED
|
||||||
|
- jump: ACCEPT
|
||||||
- save: True
|
- save: True
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user