aboutsummaryrefslogtreecommitdiff
path: root/templates/torrc.socks.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/torrc.socks.erb')
-rw-r--r--templates/torrc.socks.erb10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/torrc.socks.erb b/templates/torrc.socks.erb
new file mode 100644
index 0000000..a27489d
--- /dev/null
+++ b/templates/torrc.socks.erb
@@ -0,0 +1,10 @@
+# socks
+
+SocksPort <%= socks_port %>
+<%- for listen_address in socks_listen_addresses -%>
+SocksListenAddress <%= listen_address %>
+<%- end -%>
+<%- for policy in socks_policies -%>
+SocksPolicy <%= policy %>
+<%- end -%>
+