Created
February 23, 2014 15:16
-
-
Save david415/9172685 to your computer and use it in GitHub Desktop.
dns-vpn-bridgeserver-torrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Log notice stdout | |
SocksPort 0 | |
ORPort 7001 | |
ExitPolicy reject *:* | |
DataDirectory ./bridge-data | |
BridgeRelay 1 | |
PublishServerDescriptor 0 | |
ServerTransportListenAddr vpn-ponydns 127.0.0.1:4703 | |
ServerTransportPlugin vpn-ponydns exec /usr/local/bin/obfsproxy --log-min-severity=info --log-file=/var/log/tor/obfsproxy/obfsproxy-bridge.log --role=vpnserver managed | |
ServerTransportOptions vpn-ponydns tundevice=tun0 tun_local_ip=10.9.6.2 tun_remote_ip=10.9.6.1 tun_netmask=255.255.255.0 dns_name=my.cute.pony.bridge.dns_root | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment