guardianproject / AndroidPluggableTransports

Android Pluggable Transports (aka PLUTO2)
https://www.pluggabletransports.info/
Other
28 stars 15 forks source link

add bridgedb config line parser #13

Open n8fr8 opened 5 years ago

eighthave commented 5 years ago

Does Obfs4Transport.setPropertiesFromBridgeString() qualify? I.e. https://github.com/guardianproject/AndroidPluggableTransports/blob/7b8b6f44edc411b6ec02349816da38fa3df93670/APTDispatchLibrary-MeekObfs4-Full/src/main/java/info/pluggabletransports/dispatch/transports/Obfs4Transport.java#L310

Or were you thinking of something different? I was thinking of adding standard parsing methods for Bridge URLs here as well. https://trac.torproject.org/projects/tor/ticket/15035

n8fr8 commented 5 years ago

yeah I think this is done WRT to the original request, though I need to make sure that method is also in the LEGACY module that is currently working.