From e006d181a856644c63e08bfa957b39f4e1b6216f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Philippe=20V=C3=A9ronneau?= Date: Thu, 5 Oct 2017 17:13:44 -0400 Subject: listen_addresses is an array --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 188acca..e4b8f88 100644 --- a/README +++ b/README @@ -178,7 +178,7 @@ Configuring directories An example directory configuration: tor::daemon::directory { 'ssh_directory': - port => 80, listen_address => '192.168.0.1', + port => 80, listen_addresses => '192.168.0.1', port_front_page => '/etc/tor/tor.html' } -- cgit v1.2.3