Saltstack Official IPTables Formula
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

15 行
268B

  1. iptables:
  2. service:
  3. enabled: true
  4. chain:
  5. INPUT:
  6. rule:
  7. test:
  8. position: 1
  9. table: filter
  10. protocol: tcp
  11. destination_port: 8088
  12. source_network: 127.0.0.1
  13. jump: ACCEPT