summaryrefslogtreecommitdiff
path: root/puppet/modules/tor/templates/torrc.dns.erb
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/tor/templates/torrc.dns.erb')
-rw-r--r--puppet/modules/tor/templates/torrc.dns.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/modules/tor/templates/torrc.dns.erb b/puppet/modules/tor/templates/torrc.dns.erb
new file mode 100644
index 00000000..57cf46d9
--- /dev/null
+++ b/puppet/modules/tor/templates/torrc.dns.erb
@@ -0,0 +1,5 @@
+# DNS
+DNSPort <%= @port %>
+<% @listen_addresses.each do |listen_address| -%>
+DNSListenAddress <%= listen_address %>
+<% end -%>