Use bidirectional registration API to connect
The first steps towards using Conjure's bidirectional registration API to get phantom IP addresses to connect to.
... | ... | @@ -4,4 +4,11 @@ go 1.17 |
require git.torproject.org/pluggable-transports/goptlib.git v1.2.0 | ||
require git.torproject.org/pluggable-transports/snowflake.git v1.1.0 // indirect | ||
require ( | ||
git.torproject.org/pluggable-transports/snowflake.git v1.1.0 | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/refraction-networking/gotapdance v1.2.0 | ||
github.com/refraction-networking/utls v1.1.0 // indirect | ||
) | ||
replace github.com/refraction-networking/gotapdance => github.com/cohosh/gotapdance v0.0.0-20220602200913-1c737ba57600 |
This diff is collapsed.
registration.go
0 → 100644
torrc
0 → 100644
Please register or sign in to comment