obfsproxy.conf (1497B)
1 # To use Obfsproxy with Tor, follow the instructions at: 2 # 3 # https://www.torproject.org/projects/obfsproxy-instructions.html.en 4 # 5 # instead of setting up a separate instance of Obfsproxy. 6 7 config obfsproxy 'obfsproxy' 8 # Set to 1 to enable this instance 9 option enabled 0 10 11 # One of: managed, dummy, b64, obfs2, obfs3, scramblesuit 12 option transport 'scramblesuit' 13 14 # Shared secret / password 15 # For obfs2 (as the shared secret parameter) and scramblesuit only 16 option password 'EXAMPLEPASSWORDNOTREAL' 17 18 # One of: server, ext_server, client, socks 19 option mode 'socks' 20 21 # Destination address 22 # Required for all modes except 'socks' 23 #option dest_host '0.0.0.0' 24 #option dest_port '80' 25 26 # Extended ORPort authentication cookie file location 27 # Required for 'ext_server' mode 28 #option ext_cookie_file '' 29 30 # Listener address 31 option listen_host '127.0.0.1' 32 option listen_port '8080' 33 34 # Set to log to a file instead of syslog 35 #option log_file '/var/log/obfsproxy.log' 36 37 # Minimum logging severity 38 # One of: error, warning, info, debug 39 #option log_min_severity 'info' 40 41 # Set to 1 to disable logging 42 #option no_log 0 43 44 # Set to 1 to disable safe (scrubbed address) logging 45 #option no_safe_logging 0 46 47 # Run as a different user 48 #option user 'nobody' 49 50 # Outgoing proxy 51 # proxy_scheme is one of: socks4a, socks5, http 52 # txsocksx is required for socks4a or socks5 53 #option proxy_scheme '' 54 #option proxy_username '' 55 #option proxy_password '' 56 #option proxy_host '' 57 #option proxy_port ''