diff options
Diffstat (limited to 'templates/torrc.transparent.erb')
-rw-r--r-- | templates/torrc.transparent.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/torrc.transparent.erb b/templates/torrc.transparent.erb new file mode 100644 index 0000000..dae97dc --- /dev/null +++ b/templates/torrc.transparent.erb @@ -0,0 +1,5 @@ +# Transparent proxy +TransPort <%= port %> +<%- for listen_address in listen_addresses -%> +TransListenAddress <%= listen_address %> +<%- end -%> |