blob: 7ef038d3d301616d0221620f8f3339dc480e9a42 [file] [log] [blame]
jan kaufman0648db72016-01-26 11:34:37 +01001iptables:
2 service:
3 enabled: true
4 chain:
5 INPUT:
Michel Nederlofdd2d4cf2017-06-27 15:12:36 +02006 rules:
7 - position: 1
jan kaufman0648db72016-01-26 11:34:37 +01008 table: filter
9 protocol: tcp
10 destination_port: 8088
11 source_network: 127.0.0.1
12 jump: ACCEPT
13