Projet

Général

Profil

Révision 8b131276

ID8b13127645ce13b9e2e740bc469d2c50ddd186af
Parent 3b20932f
Enfant ba1710dc

Ajouté par Tim Meusel il y a presque 2 ans

Add rule to allow incoming spotify broadcast

Voir les différences:

REFERENCE.md
75 75
* [`nftables::rules::smtp`](#nftables--rules--smtp): manage in smtp
76 76
* [`nftables::rules::smtp_submission`](#nftables--rules--smtp_submission): manage in smtp submission
77 77
* [`nftables::rules::smtps`](#nftables--rules--smtps): manage in smtps
78
* [`nftables::rules::spotify`](#nftables--rules--spotify): allow incoming spotify
78 79
* [`nftables::rules::ssh`](#nftables--rules--ssh): manage in ssh
79 80
* [`nftables::rules::tor`](#nftables--rules--tor): manage in tor
80 81
* [`nftables::rules::wireguard`](#nftables--rules--wireguard): manage in wireguard
......
1170 1171

  
1171 1172
manage in smtps
1172 1173

  
1174
### <a name="nftables--rules--spotify"></a>`nftables::rules::spotify`
1175

  
1176
allow incoming spotify
1177

  
1173 1178
### <a name="nftables--rules--ssh"></a>`nftables::rules::ssh`
1174 1179

  
1175 1180
manage in ssh
manifests/rules/spotify.pp
1
#
2
# @summary allow incoming spotify
3
#
4
class nftables::rules::spotify {
5
  nftables::rule { 'default_in-spotify':
6
    content => 'udp sport 57621 udp dport 57621 accept',
7
  }
8
}
spec/acceptance/all_rules_spec.rb
85 85
      include nftables::rules::out::whois
86 86
      include nftables::rules::wireguard
87 87
      include nftables::rules::multicast
88
      include nftables::rules::spotify
88 89
      include nftables::services::dhcpv6_client
89 90
      include nftables::services::openafs_client
90 91
      nftables::set{'my_test_set':

Formats disponibles : Unified diff