Skip to content
Snippets Groups Projects
Commit c1d6e382 authored by b's avatar b
Browse files

expose obfs4Proxy version to integrating apps

parent 2a93108f
No related branches found
No related tags found
1 merge request!2update to v 1.7.1
...@@ -91,6 +91,9 @@ func init() { ...@@ -91,6 +91,9 @@ func init() {
StateLocation += "/pt_state" StateLocation += "/pt_state"
} }
// Obfs4ProxyVersion - the version of obfs4Proxy bundled with IPtProxy
const Obfs4ProxyVersion = obfs4proxy.obfs4proxyVersion
// StartObfs4Proxy - Start the Obfs4Proxy. // StartObfs4Proxy - Start the Obfs4Proxy.
// //
// This will test, if the default ports are available. If not, it will increment them until there is. // This will test, if the default ports are available. If not, it will increment them until there is.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment