summaryrefslogtreecommitdiff
path: root/templates/torrc.transport_plugin.erb
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2018-01-29 12:07:15 -0500
committerMicah Anderson <micah@riseup.net>2018-01-29 12:07:15 -0500
commitb1af45d47d3e1441405a9b4b67f44f7d6008486a (patch)
treee04489f4d3755c91c637ac413596c172300c3aad /templates/torrc.transport_plugin.erb
parent447ba8b809d0df60f9eabdbc6fc2b52cd17ef50b (diff)
parent90cb24c6e0916b27eae744e5f6ecaa84a180517c (diff)
Merge branch 'master' into riseup
Diffstat (limited to 'templates/torrc.transport_plugin.erb')
-rw-r--r--templates/torrc.transport_plugin.erb13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/torrc.transport_plugin.erb b/templates/torrc.transport_plugin.erb
new file mode 100644
index 0000000..d57f0e8
--- /dev/null
+++ b/templates/torrc.transport_plugin.erb
@@ -0,0 +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 -%>