summaryrefslogtreecommitdiff
path: root/templates/torrc.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/torrc.erb')
-rw-r--r--templates/torrc.erb6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/torrc.erb b/templates/torrc.erb
index 652e039..9d97253 100644
--- a/templates/torrc.erb
+++ b/templates/torrc.erb
@@ -81,8 +81,12 @@ DirPortFrontPage <%= dir_port_front_page %>
MyFamily <%= my_family %>
<%- end %>
+## bridge relay
+<%- if bridge_relay != 0 then %>
+BridgeRelay <%= bridge_relay %>
+<%- end %>
+
## exit policies
<%- for policy in exit_policies %>
ExitPolicy <%= policy %>
<%- end %>
-