diff options
author | J Yeary <usbsnowcrash@users.noreply.github.com> | 2018-06-26 14:34:12 -0400 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-06-26 20:34:12 +0200 |
commit | 905bd2478811b6c86662ce4487ca52aab3e583fc (patch) | |
tree | cd9cb4bc1fe8ae114badba71122f2954b1954cc2 /priv-config | |
parent | 523d8f20e31e033e375325545bb73f7f59610236 (diff) |
TOR federation (#7875)
Diffstat (limited to 'priv-config')
-rw-r--r-- | priv-config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/priv-config b/priv-config new file mode 100644 index 000000000..1cea49d45 --- /dev/null +++ b/priv-config @@ -0,0 +1,4 @@ +listen-address 0.0.0.0:8118 + +forward . . +forward-socks5t .onion tor:9050 . \ No newline at end of file |