commit 62f50b29b26f6e9bd1e377b891d1918b71832be1 Author: David Fifield david@bamsoftware.com Date: Thu May 4 01:18:19 2017 -0700
Minimal README for proxy-go. --- README.md | 8 ++++++++ proxy-go/README.md | 3 +++ 2 files changed, 11 insertions(+)
diff --git a/README.md b/README.md index 79d3e9e..6bc37e9 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,14 @@ abundance of ephemeral and short-lived (and special!) volunteer proxies...
### Appendix
+##### -- Testing with Standalone Proxy -- + +``` +cd proxy-go +go build +./proxy-go +``` + ##### -- Testing Copy-Paste Via Browser Proxy --
Open a browser proxy, passing the `manual` parameter; e.g. diff --git a/proxy-go/README.md b/proxy-go/README.md new file mode 100644 index 0000000..264fc4f --- /dev/null +++ b/proxy-go/README.md @@ -0,0 +1,3 @@ +This is a standalone (not browser-based) version of the Snowflake proxy. + +Usage: ./proxy-go
tor-commits@lists.torproject.org