Puppet Class: nftables::rules::spotify
- Defined in:
- manifests/rules/spotify.pp
Summary
allow incoming spotifyOverview
4 5 6 7 8 |
# File 'manifests/rules/spotify.pp', line 4
class nftables::rules::spotify {
nftables::rule { 'default_in-spotify':
content => 'udp sport 57621 udp dport 57621 accept',
}
}
|