Skip to content

Commit

Permalink
obfsproxy client
Browse files Browse the repository at this point in the history
  • Loading branch information
squidproxy committed Mar 22, 2016
1 parent 462a7a1 commit 69af79e
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@

##intro##
## obfsproxy 1.0.0.0##


* obfsproxy [下载](https://github.com/squidproxy/obfs4/releases/download/v1.0.0.0/obfsproxy.exe)

##特性##

- obfsproxy套件
- 支持启动和配置obfsproxy
- 全局代理
- 完美兼容finalspped、Squid
- 可以解决finalspeed断流的问题,提高服务器流量传输的稳定性和安全
- 基于Framework3.5框架开发


##obfsproxy介绍##
obfsproxy is a tool that attempts to circumvent censorship, by transforming the Tor traffic between the client and the bridge.
This way, censors, who usually monitor traffic between the client and the bridge,
will see innocent-looking transformed traffic instead of the actual Tor traffic.
Expand Down Expand Up @@ -27,7 +42,7 @@ pip install obfsproxy
### Prepare server port

```
/usr/local/bin/obfsproxy --data-dir=/tmp/scramblesuit-server scramblesuit --password=FANGBINXINGFUCKYOURMOTHERSASS444 --dest=127.0.0.1:25 server 0.0.0.0:8087
obfsproxy --data-dir ~/.obfs/ scramblesuit --dest 127.0.0.1:22 --password SBSB4444FANGBINXING4SBSBSBSBSBSB server 0.0.0.0:8080 &
```

Expand All @@ -38,6 +53,6 @@ nano /etc/rc.local
```
Add the following content to /etc/rc.local
(/usr/local/bin/obfsproxy --data-dir=/tmp/scramblesuit-server scramblesuit --password=FANGBINXINGFUCKYOURMOTHERSASS444 --dest=127.0.0.1:25 server 0.0.0.0:23333 >/dev/null 2>&1 &)
(obfsproxy scramblesuit --dest 1xx.xxx.xxx.xxx:8080 --password SBSB4444FANGBINXING4SBSBSBSBSBSB client 127.0.0.1:22222 >/dev/null 2>&1 &)
```

0 comments on commit 69af79e

Please sign in to comment.