From 62f50b29b26f6e9bd1e377b891d1918b71832be1 Mon Sep 17 00:00:00 2001 From: David Fifield Date: Thu, 4 May 2017 01:18:19 -0700 Subject: [PATCH] Minimal README for proxy-go. --- README.md | 8 ++++++++ proxy-go/README.md | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 proxy-go/README.md 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