diff options
Diffstat (limited to 'puppet/modules/tor/templates/torrc.bridge.erb')
-rw-r--r-- | puppet/modules/tor/templates/torrc.bridge.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/puppet/modules/tor/templates/torrc.bridge.erb b/puppet/modules/tor/templates/torrc.bridge.erb new file mode 100644 index 00000000..559ce5df --- /dev/null +++ b/puppet/modules/tor/templates/torrc.bridge.erb @@ -0,0 +1,3 @@ +# Bridge <%= @name %> +Bridge <%= @ip %>:<%= @port %><% if @fingerprint -%> <%= @fingerprint%><% end -%> + |