Skip to content

Commit

Permalink
Recommend using nftables::rule
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarrientos committed Dec 9, 2020
1 parent 77abc10 commit af15de4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manifests/simplerule.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# @summary Provides a simplified interface to nftables::rule for basic use cases
# @summary Provides a simplified interface to nftables::rule for basic use cases.
# It's recommended to use nftables::rule directly if you feel comfortable with
# nft's syntax.
#
# @example allow incoming traffic from port 541 on port 543 TCP to a given IP range and count packets
# nftables::simplerule{'my_service_in':
Expand Down

0 comments on commit af15de4

Please sign in to comment.