mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-27 15:41:38 +01:00
update
This commit is contained in:
@@ -1,15 +1,27 @@
|
||||
`fteproxy` provides transport-layer protection to resist keyword filtering,
|
||||
fteproxy
|
||||
========
|
||||
|
||||

|
||||
|
||||
[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
|
||||
|
||||

|
||||
|
||||
### The solution
|
||||
|
||||

|
||||
|
||||
## Create a docker-compose.yml
|
||||
@@ -70,3 +82,6 @@ The document has moved
|
||||
<A HREF="http://www.google.com/">here</A>.
|
||||
</BODY></HTML>
|
||||
```
|
||||
|
||||
[1]: https://fteproxy.org/
|
||||
[2]: https://hub.docker.com/r/vimagick/openvpn/
|
||||
|
||||
Reference in New Issue
Block a user