Skip to content

Commit

Permalink
Added an example of the comment arg
Browse files Browse the repository at this point in the history
  • Loading branch information
kalebo authored Oct 5, 2017
1 parent c5d9f0a commit 00ab4de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/linux/ufw.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

`ufw status numbered`

- Allow incoming traffic on port 5432 on this host:
- Allow incoming traffic on port 5432 on this host and an identifing comment:

`ufw allow {{5432}}`
`ufw allow {{5432}} comment {{"Service"}}`

- Allow only TCP traffic from 192.168.0.4 to any address on this host, on port 22:

Expand Down

0 comments on commit 00ab4de

Please sign in to comment.