tladesignz / IPtProxy

Obfs4proxy and Snowflake Pluggable Transports for iOS
MIT License
51 stars 12 forks source link

goptlib has new gitlab location #46

Closed bitmold closed 1 year ago

bitmold commented 1 year ago

Canonically goptlib now lives at gitlab.torproject.org.

If you want to use it at the new location, change this import: import "git.torproject.org/pluggable-transports/goptlib.git" to this: import "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib" and then run go get and go mod tidy.

More info here: https://gitlab.torproject.org/tpo/anti-censorship/team/-/issues/86#note_2823122

The old url that IPtProxy uses will continue to work, but probably not forever ...

~ Best :+)

tladesignz commented 1 year ago

Hmmmm. Why should we patch Snowflake and Obfs4proxy instead of wait on Tor Project do change it when they're ready?

bitmold commented 1 year ago

I was never suggesting that... I thought iptproxy directly used goptlib but upon further inspection it does not . My mistake

-------- Original Message -------- On Apr 17, 2023, 5:24 AM, Benjamin Erhart wrote:

Hmmmm. Why should we patch Snowflake and Obfs4proxy instead of wait on Tor Project do change it when they're ready?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

tladesignz commented 1 year ago

Ah, ok. Thanks! No worries!