Révision 0c850704
Add a class for outgoing ntp
manifests/rules/out/ntp.pp | ||
---|---|---|
1 |
# manage out ntp |
|
2 |
class nftables::rules::out::ntp { |
|
3 |
nftables::filter::chain::rule{ |
|
4 |
'default_out-ntp': |
|
5 |
content => 'udp sport 123 udp dport 123 accept'; |
|
6 |
} |
|
7 |
} |
Formats disponibles : Unified diff