This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
iptables-formula
mirror of
https://github.com/salt-formulas/salt-formula-iptables
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
6
Wiki
Activity
Browse Source
Travis Notification tests
pull/8/head
Martin819
7 years ago
parent
6e775a941e
commit
a722ede952
1 changed files
with
1 additions
and
9 deletions
Split View
Show Diff Stats
+1
-9
tests/pillar/iptables_server.sls
+ 1
- 9
tests/pillar/iptables_server.sls
View File
@@ -2,13 +2,5 @@ iptables:
service:
enabled: true
chain:
INPUT:
rule:
test:
position: 1
table: filter
protocol: tcp
destination_port: 8088
source_network: 127.0.0.1
jump: ACCEPT
Write
Preview
Loading…
Cancel
Save