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