commit e106a832d57159ff7713001aca9c7cab2aa41b55 Author: Hashik Donthineni HashikDonthineni@gmail.com Date: Wed Jul 8 21:28:31 2020 +0530
Added a note to inform that project works only locally in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md index 6776c5d..9540ccd 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@
Implementing Snowflake proxy on the Android platform as a native application for volunteer users to contribute as a proxy and help circumvent censorship. The goal is to leverage the ubiquitous nature of Android phones; A proxy relays the data to Tor in the background on mobile phones, which adds to the currently active volunteer proxies making Snowflake proxy abundantly available at all times.
+# Project under development. Works only locally at this moment. + ## Contribution Download Android studio, import the project, you are good to go! \ To feel comfortable around the code base I strongly suggest taking a look at the project [Wiki](https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowf...).