Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate Android network stack to Go #1013

Merged
merged 3 commits into from
Apr 28, 2021
Merged

Conversation

alalamav
Copy link
Contributor

@alalamav alalamav self-assigned this Apr 27, 2021

### Apple update instructions
### Apple
This plugin targets Apple devices running iOS 11.0+ and macOS/OS X 10.11.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: OSX 10.11*+*

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.


### Android
This plugin targets Android devices running Lollipop (API 22), or higher.
outline-go-tun2socks is consumed by native platforms as a library.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems a little vague to me. Which platforms are native? And how do non-native platforms use it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed a reference to browser, which is not supported by the plugin.

Which platforms are native?

The ones supported: Android, iOS, macOS.

And how do non-native platforms use it?

They don't.

@@ -1,71 +1,31 @@
# cordova-plugin-outline

This Cordova plugin provides the ability to start a system-wide VPN, connected to a local Shadowsocks client.
Cordova plugin that implements a system-wide VPN to proxy device traffic over [Shadowsocks](https://shadowsocks.org/).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Cordova plugin that implements a system-wide VPN to proxy device traffic over [Shadowsocks](https://shadowsocks.org/).
Cordova plugin that implements a system-wide VPN to tunnel device traffic over [Shadowsocks](https://shadowsocks.org/).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@alalamav alalamav merged commit c699e5b into master Apr 28, 2021
@alalamav alalamav deleted the alalama-go-tun2socks-android branch April 28, 2021 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants