summaryrefslogtreecommitdiff
path: root/templates/torrc.global.erb
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2012-06-19 04:48:26 +0200
committerintrigeri <intrigeri@boum.org>2012-06-19 05:22:47 +0200
commitd017a7eee415a1398a0f7e533a5bfba3986e7505 (patch)
treef1e8bb4da11e6c902a841cf6cd50881561f8924b /templates/torrc.global.erb
parentf401daa245495233c3d86d5f955105be564e02b1 (diff)
Add support for AutomapHostsOnResolve.
Diffstat (limited to 'templates/torrc.global.erb')
-rw-r--r--templates/torrc.global.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/torrc.global.erb b/templates/torrc.global.erb
index 84e244d..3a3b623 100644
--- a/templates/torrc.global.erb
+++ b/templates/torrc.global.erb
@@ -11,4 +11,5 @@ Log <%= log_rule %>
Log notice syslog
<%- end -%>
+AutomapHostsOnResolve <%= automap_hosts_on_resolve%>
UseBridges <%= use_bridges%>