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.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/torrelay/templates/torrc.j2 b/roles/torrelay/templates/torrc.j2
index 74c1e77..6643955 100644
--- a/roles/torrelay/templates/torrc.j2
+++ b/roles/torrelay/templates/torrc.j2
@@ -42,6 +42,8 @@ RelayBandwidthBurst {{ relaybpburst }} KB
ContactInfo {{ contactinfo }}
DirPort 9030
DirPortFrontPage /usr/local/share/tor/tor-exit-notice.html
+MyFamily {% for item in fingerprints %}${{ item }}, {% endfor %}
+
{% if ansible_default_ipv6.address != exit_ipv6 %}
ExitPolicy reject *:*
{% endif %}