tladesignz / IPtProxy

Obfs4proxy and Snowflake Pluggable Transports for iOS
MIT License
45 stars 11 forks source link

[Question] Setting Destination obfs3 server #9

Closed xtianxian closed 3 years ago

xtianxian commented 3 years ago

Hi. How do i set the destination obfs3 server for android? and also how to set to use transparent-tcp instead of default transport? Or am i looking at the wrong library? Thank you

tladesignz commented 3 years ago

Hi. How do i set the destination obfs3 server for android?

This is done via configuring Tor. Here is an example from Onion Browser: (That's Swift on iOS, but the configuration of Tor is the same on all platforms)

https://github.com/OnionBrowser/OnionBrowser/blob/2.X/OnionBrowser/OnionManager.swift#L58

https://github.com/OnionBrowser/OnionBrowser/blob/2.X/OnionBrowser/OnionManager.swift#L95

https://github.com/OnionBrowser/OnionBrowser/blob/2.X/OnionBrowser/OnionManager.swift#L514-L522

https://github.com/OnionBrowser/OnionBrowser/blob/2.X/OnionBrowser/OnionManager.swift#L539-L554

and also how to set to use transparent-tcp instead of default transport? Or am i looking at the wrong library? Thank you

Sorry, no idea what you're talking about here.

xtianxian commented 3 years ago

Thank you!