summaryrefslogtreecommitdiff
path: root/manifests/socks.pp
blob: 88ecf47f532e5236370cd0a42b22205b765af464 (plain)
1
2
3
4
5
6
7
class onion::socks inherits onion {
  # Default tor daemon configuration
  tor::daemon::socks { 'socks':
    port             => 9050,
    listen_addresses => [ '127.0.0.1' ],
  }
}