tladesignz / IPtProxy

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

Expose snowflakeProxyRunning bool #14

Closed bitmold closed 2 years ago

bitmold commented 2 years ago

It would be nice in Orbot to be able to ask IPtProxy if the snowflake proxy is running or not.

if (IPtProxy.isSnowflakeProxyRunning()) { /* ... */ }
else {}
bitmold commented 2 years ago

Sorry and nevermind, I actually don't think this is needed