From b57819f650bc412f458a3b37620f557b5be7495a Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 14 Mar 2012 12:45:59 -0400 Subject: add OutboundBindAddress, default set to $listen_address --- manifests/daemon.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests') diff --git a/manifests/daemon.pp b/manifests/daemon.pp index 5f4e064..73014b3 100644 --- a/manifests/daemon.pp +++ b/manifests/daemon.pp @@ -100,6 +100,7 @@ class tor::daemon inherits tor { # relay definition define relay( $port = 0, $listen_addresses = [], + $outbound_bindaddress = $listen_address, $bandwidth_rate = 0, # KB/s, 0 for no limit. $bandwidth_burst = 0, # KB/s, 0 for no limit. $accounting_max = 0, # GB, 0 for no limit. -- cgit v1.2.3