Puppet Class: nftables::rules::out::tor

Defined in:
manifests/rules/out/tor.pp

Overview

manage out tor



2
3
4
5
6
7
# File 'manifests/rules/out/tor.pp', line 2

class nftables::rules::out::tor {
  nftables::rule {
    'default_out-tor':
      content => 'tcp dport 9001 accept',
  }
}