Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna authored Jan 10, 2025
1 parent 254b66a commit 8e47f00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions x/mobileproxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ To integrate the MobileProxy into a Flutter app, follow this excellent tutorial

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

## Add the MobileProxy dependency
### 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 @@ -488,6 +487,8 @@ To add the library to your mobile project, see Go Mobile's [Building and deployi

## Configure and run the local proxy forwarder

You have the option to use a static configuration (which you may fetch dynamically from a remote resource), or use the Smart Proxy, which picks a DNS and TLS strategy for you automatically and doesn't need to tunnel traffic.

### Using static transport configuration

You need to call the `RunProxy` function passing the local address to use, and the transport configuration.
Expand Down

0 comments on commit 8e47f00

Please sign in to comment.