diff options
Diffstat (limited to 'manifests/socks.pp')
-rw-r--r-- | manifests/socks.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/socks.pp b/manifests/socks.pp new file mode 100644 index 0000000..88ecf47 --- /dev/null +++ b/manifests/socks.pp @@ -0,0 +1,7 @@ +class onion::socks inherits onion { + # Default tor daemon configuration + tor::daemon::socks { 'socks': + port => 9050, + listen_addresses => [ '127.0.0.1' ], + } +} |