1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-13 13:58:51 +02:00

update torrc

This commit is contained in:
kev 2015-10-27 11:25:12 +08:00
parent 106f6b5d55
commit 4ef1109666
2 changed files with 10 additions and 8 deletions

View File

@ -36,13 +36,14 @@ tor:
## torrc (server)
```
SocksPort 0
ORPort 9001
BridgeRelay 1
Exitpolicy reject *:*
Nickname datageek
ContactInfo noreply@datageek.info
DataDirectory /var/lib/tor
Exitpolicy reject *:*
Nickname datageek
ORPort 9001
PublishServerDescriptor 0
SocksPort 0
#ServerTransportPlugin fte exec /usr/bin/fteproxy --mode server --managed
#ServerTransportPlugin meek exec /usr/bin/meek-server --port 7002 --cert cert.pem --key key.pem
#ServerTransportPlugin obfs3 exec /usr/bin/obfsproxy managed

View File

@ -1,10 +1,11 @@
SocksPort 0
ORPort 9001
BridgeRelay 1
Exitpolicy reject *:*
Nickname datageek
ContactInfo noreply@datageek.info
DataDirectory /var/lib/tor
Exitpolicy reject *:*
Nickname datageek
ORPort 9001
PublishServerDescriptor 0
SocksPort 0
#ServerTransportPlugin fte exec /usr/bin/fteproxy --mode server --managed
#ServerTransportPlugin meek exec /usr/bin/meek-server --port 7002 --cert cert.pem --key key.pem
#ServerTransportPlugin obfs3 exec /usr/bin/obfsproxy managed