root / manifests / rules / tor.pp @ 11bf7237
Historique | Voir | Annoter | Télécharger (194 octets)
1 | a98c98d4 | tr | # manage in tor |
---|---|---|---|
2 | 11bf7237 | Steve Traylen | class nftables::rules::tor ( |
3 | a98c98d4 | tr | Array[Integer,1] |
4 | 11bf7237 | Steve Traylen | $ports = [9001], |
5 | a98c98d4 | tr | ) { |
6 | 11bf7237 | Steve Traylen | nftables::rule { |
7 | a98c98d4 | tr | 'default_in-tor': |
8 | content => "tcp dport {${join($ports,', ')}} accept", |
||
9 | } |
||
10 | } |