summaryrefslogtreecommitdiff
path: root/templates/torrc.transport_plugin.pp
diff options
context:
space:
mode:
Diffstat (limited to 'templates/torrc.transport_plugin.pp')
-rw-r--r--templates/torrc.transport_plugin.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/torrc.transport_plugin.pp b/templates/torrc.transport_plugin.pp
index 6adf00e..d57f0e8 100644
--- a/templates/torrc.transport_plugin.pp
+++ b/templates/torrc.transport_plugin.pp
@@ -1,10 +1,13 @@
# transport plugin
<% if @servertransport_plugin != '' -%>
ServerTransportPlugin <%= @servertransport_plugin %>
+<% end -%>
<% if @servertransport_listenaddr != '' -%>
ServerTransportListenAddr <%= @servertransport_listenaddr %>
+<% end -%>
<% if @servertransport_options != '' -%>
ServerTransportOptions <%= @servertransport_options %>
+<% end -%>
<% if @ext_port != '' -%>
ExtORPort <%= @ext_port %>
<% end -%>