aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/torrc.bridge.erb3
-rw-r--r--templates/torrc.global.erb1
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/torrc.bridge.erb b/templates/torrc.bridge.erb
new file mode 100644
index 0000000..58ef70d
--- /dev/null
+++ b/templates/torrc.bridge.erb
@@ -0,0 +1,3 @@
+# Bridge <%= name%>
+Bridge <%= ip%>:<%= port%><%- if fingerprint -%> <%= fingerprint%><%- end -%>
+
diff --git a/templates/torrc.global.erb b/templates/torrc.global.erb
index 6ca49de..84e244d 100644
--- a/templates/torrc.global.erb
+++ b/templates/torrc.global.erb
@@ -11,3 +11,4 @@ Log <%= log_rule %>
Log notice syslog
<%- end -%>
+UseBridges <%= use_bridges%>