Skip to content

Commit

Permalink
Explain the required ordering of arguments to ports, to reduce user c…
Browse files Browse the repository at this point in the history
…onfusion
  • Loading branch information
auxesis committed Sep 13, 2012
1 parent de819d5 commit 98ff5a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,10 @@ Some notes on the DSL so far:
For firewall configurations that are doing lots of public-to-private address
translation, you're going to use `accepts` very rarely.

- Arguments to `ports` can be mixed (`ports 500..650, 80, 25, 9000..9500`),
but you must always specify port mappings last, e.g. `ports 25, 80 => 8080`
is valid, but `ports 80 => 8080, 25` is not.


### Rule types ###

Expand Down

0 comments on commit 98ff5a6

Please sign in to comment.