blob: eb1feaa62655d91859c9cf31f6813c305d8630cd [file] [log] [blame]
jan kaufman0648db72016-01-26 11:34:37 +01001iptables:
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
14