[tor-commits] [snowflake/main] Use a config struct for snowflake client options

2021-08-23 Thread cohosh
commit 4acc08cc60d46ba1ffce9b4492b974eff385e46b Author: Cecylia Bocovich Date: Fri Aug 13 10:23:46 2021 -0400 Use a config struct for snowflake client options --- client/lib/snowflake.go | 20 ++-- client/snowflake.go | 11 +-- 2 files changed, 23 insertions(+),

[tor-commits] [snowflake/main] Parse SOCKS arguments and prefer over command line options

2021-08-23 Thread cohosh
commit e762f58a31de9167933fbd75047a48d2e1cdeb36 Author: Cecylia Bocovich Date: Fri Aug 13 10:55:52 2021 -0400 Parse SOCKS arguments and prefer over command line options Parsing the Snowflake client options from SOCKS allow us to specify snowflake client settings in the bridge l

[tor-commits] [snowflake/main] Modify torrc example to pass client args in bridge line

2021-08-23 Thread cohosh
commit 97175a91a59216d7eddade4be5c92c82bd225f86 Author: Cecylia Bocovich Date: Fri Aug 13 12:29:48 2021 -0400 Modify torrc example to pass client args in bridge line --- client/README.md | 2 +- client/torrc | 8 +++- client/torrc-localhost | 8 client/torrc.lo

[tor-commits] [snowflake/main] Call conn.Reject() if SOCKS arguments are invalid

2021-08-23 Thread cohosh
commit a39d6693e15f8a839014f288a749fcc4180b71ea Author: Cecylia Bocovich Date: Thu Aug 19 21:31:51 2021 -0400 Call conn.Reject() if SOCKS arguments are invalid --- client/snowflake.go | 22 +- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/client/snowfla