mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Minimal README for proxy-go.
This commit is contained in:
parent
4b5794c935
commit
62f50b29b2
2 changed files with 11 additions and 0 deletions
|
@ -140,6 +140,14 @@ abundance of ephemeral and short-lived (and special!) volunteer proxies...
|
||||||
|
|
||||||
### Appendix
|
### Appendix
|
||||||
|
|
||||||
|
##### -- Testing with Standalone Proxy --
|
||||||
|
|
||||||
|
```
|
||||||
|
cd proxy-go
|
||||||
|
go build
|
||||||
|
./proxy-go
|
||||||
|
```
|
||||||
|
|
||||||
##### -- Testing Copy-Paste Via Browser Proxy --
|
##### -- Testing Copy-Paste Via Browser Proxy --
|
||||||
|
|
||||||
Open a browser proxy, passing the `manual` parameter; e.g.
|
Open a browser proxy, passing the `manual` parameter; e.g.
|
||||||
|
|
3
proxy-go/README.md
Normal file
3
proxy-go/README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
This is a standalone (not browser-based) version of the Snowflake proxy.
|
||||||
|
|
||||||
|
Usage: ./proxy-go
|
Loading…
Add table
Add a link
Reference in a new issue