Skip to content

Instantly share code, notes, and snippets.

@idvoretskyi
Last active August 29, 2015 14:04
Show Gist options
  • Save idvoretskyi/1492367d3ff911dbe307 to your computer and use it in GitHub Desktop.
Save idvoretskyi/1492367d3ff911dbe307 to your computer and use it in GitHub Desktop.
rules = [{'from_port': 80, ...},
{'from_port': 443, ...},
...]
for rule in rules:
sec_rule(rule['from_port'], rule['to_port'], ...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment