summaryrefslogtreecommitdiff
path: root/templates/torrc.relay.erb
AgeCommit message (Collapse)Author
2017-11-01remove missing end in modified templateLouis-Philippe Véronneau
2017-11-01*ListenAddress (OR, DNS, Trans, etc.) are deprecated since 0.2.3.x-alphaLouis-Philippe Véronneau
2017-10-11puppet 4 needs arrays in templates to be marked as suchLouis-Philippe Véronneau
2016-03-11Fix deprecated variable referencesMicah Anderson
2014-04-18address puppet 3.x deprecation warningsmh
2013-06-28Add PortForwarding to allow UPnP firewall pf configuration.amontero
2012-08-04Merge remote-tracking branch 'shared/master'intrigeri
Conflicts: manifests/daemon.pp
2012-07-30switch bandwidth_rate and bandwidth_burst to be relay_bandwidth_rate andMicah Anderson
relay_bandwidth_burst so we can use those variables for their proper tor configuration variables
2012-04-26Fix the relay define's outbound_bindaddresses default value setting.intrigeri
Apparently, we have no guarantee $outbound_bindaddresses's value is set *after* $listen_addresses is, so (at least on my setup) it ends up being undef, and then the template parsing fails: err: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to parse template tor/torrc.relay.erb: undefined method `each' for :undef:Symbol at /etc/puppet/modules/tor/manifests/daemon.pp:117 So, let's set $real_outbound_bindaddresses to $listen_addresses in the define body, as needed.
2012-03-14fix torc.relay.erb outboundaddress/outboundaddresses confusionMicah Anderson
2012-03-14outbound_bindaddress should be outbound_bindaddresses and ↵Micah Anderson
$outbound_bindaddresses = $listen_addresses
2012-03-14add OutboundBindAddress, default set to $listen_addressMicah Anderson
2012-01-11removing blank lines in templatesdrebs
2012-01-11fixing parameter namedrebs
2012-01-11many small fixesdrebs
2012-01-11parts of configuration are independentdrebs
2012-01-10splitting config in many templatesdrebs