summaryrefslogtreecommitdiffstats
path: root/roles/torrelay/templates/torrc.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/torrelay/templates/torrc.j2')
-rw-r--r--roles/torrelay/templates/torrc.j26
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/torrelay/templates/torrc.j2 b/roles/torrelay/templates/torrc.j2
index 1d15607..2d1da48 100644
--- a/roles/torrelay/templates/torrc.j2
+++ b/roles/torrelay/templates/torrc.j2
@@ -51,6 +51,12 @@ DirPort {{ pop3port }}
{% endif %}
+{% if is_bridge is defined %}
+ORPort {{ pop3sport }}
+BridgeRelay 1
+{% endif %}
+
+
{% if nickname is defined %}
{% if tor_address is defined %}
Address {{ tor_address }}