Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna authored Jan 10, 2025
1 parent 2e6c2d3 commit 254b66a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x/mobileproxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ The integration typically consists of the following steps:

### Flutter Apps

To integrate the Mobile Proxy into a Flutter app, follow this excellent tutorial by Anash Nouri: [Flutter Embedded VPN](https://blog.stackademic.com/flutter-embedded-vpn-c47144798995). Of note: the Mobile Proxy doesn't actually use VPN apis, and may not even need to use a proxy.
To integrate the MobileProxy into a Flutter app, follow this excellent tutorial by Anash Nouri: [Flutter Embedded VPN](https://blog.stackademic.com/flutter-embedded-vpn-c47144798995). Of note: MobileProxy doesn't actually use VPN apis, and may not even need to use a proxy.

### Web Apps (Experimental)

If you are looking into converting a web site or web app into a censorship-resistant mobile app, look at the [Web App Wrapper](https://github.com/Jigsaw-Code/outline-sdk/tree/main/x/examples/web-wrapper) that we are working on.

## General Integration Instructions

### Build the Mobile Proxy libraries for Android and iOS
### Build the MobileProxy libraries for Android and iOS

First, Build the Go Mobile binaries with [`go build`](https://pkg.go.dev/cmd/go#hdr-Compile_packages_and_dependencies)

Expand Down Expand Up @@ -528,7 +528,7 @@ proxy.stop()
You need to configure your networking library to use the local proxy. How you do it depends on the networking library you are using.


### Dart/Flutter HTTP client
### Dart/Flutter HttpClient

Set the proxy with the [`HttpClient.findProxy`]([url](https://api.flutter.dev/flutter/dart-io/HttpClient/findProxy.html)) function.

Expand Down

0 comments on commit 254b66a

Please sign in to comment.