From 4058dbf6611c1a1af3e6e6534ab47c5cf3a0e07d Mon Sep 17 00:00:00 2001 From: kev Date: Thu, 3 Sep 2015 10:46:51 +0800 Subject: [PATCH] update --- README.md | 8 ++++---- fteproxy/README.md | 17 ++++++++++++++++- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c9edb48..f10b8ec 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,11 @@ dockerfiles - [ ] hubot - [ ] iptables - [ ] irc -- [ ] snort - [ ] tshark ## DONE -- [x] aria2 +- [x] aria2 :+1: - [x] audiowaveform - [x] bro - [x] chinadns @@ -29,7 +28,7 @@ dockerfiles - [x] dokuwiki :+1: - [x] ferm - [x] ffserver -- [x] fteproxy +- [x] fteproxy :+1: - [x] grafana - [x] h2o - [x] hydra @@ -52,11 +51,12 @@ dockerfiles - [x] pure-ftpd - [x] rsyncd - [x] samba -- [x] scrapyd +- [x] scrapyd :+1: - [x] shadowsocks - [x] shadowsocks - [x] shadowsocks-libev :+1: - [x] shadowvpn +- [x] snort - [x] splash - [x] taskd - [x] tinc :+1: diff --git a/fteproxy/README.md b/fteproxy/README.md index c46687f..ffb61ca 100644 --- a/fteproxy/README.md +++ b/fteproxy/README.md @@ -1,15 +1,27 @@ -`fteproxy` provides transport-layer protection to resist keyword filtering, +fteproxy +======== + +![](https://badge.imagelayers.io/vimagick/fteproxy:latest.svg) + +[fteproxy][1] provides transport-layer protection to resist keyword filtering, censorship and discriminatory routing policies. Its job is to relay datastreams, such as web browsing traffic, by encoding streams as messages that match a user-specified regular expression. fteproxy is fast, free, open source, and cross platform. +It works very well with [vimagick/openvpn][2](TCP mode). In the following example, I will setup a server/client pair to connect www.google.com:80. +## Internet Censorship + +### The problem + ![before](https://fteproxy.org/images/withoutfte.png) +### The solution + ![after](https://fteproxy.org/images/withfte.png) ## Create a docker-compose.yml @@ -70,3 +82,6 @@ The document has moved here. ``` + +[1]: https://fteproxy.org/ +[2]: https://hub.docker.com/r/vimagick/openvpn/