Saltstack Official IPTables Formula
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- iptables:
- service:
- enabled: true
- chain:
- INPUT:
- rules:
- - position: 1
- table: filter
- protocol: tcp
- destination_port: 8088
- source_network: 127.0.0.1
- jump: ACCEPT
- comment: Blah
|