You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Domain-fronting and SNI hiding with [transport/tls](https://pkg.go.dev/github.com/Jigsaw-Code/outline-sdk/transport/tls)
64
90
91
+
65
92
### Tunnel Connections over a Proxy
66
93
67
94
The Outline SDK offers two protocols to create connections over proxies:
@@ -88,7 +115,6 @@ The Outline Client uses a **generated mobile library** on Android, iOS and macOS
88
115
89
116
Below we provide more details on each integration approach. For more details about setting up and using Outline SDK features, see the [Discussions tab](https://github.com/Jigsaw-Code/outline-sdk/discussions).
90
117
91
-
92
118
### Generated Mobile Library
93
119
94
120
See our [MobileProxy page](./x/mobileproxy/) to learn about the easiest way to integrate the Outline SDK into a mobile app. It runs a local forward proxy that implements resillience strategies that you can use to configure your app's networking libraries.
@@ -138,6 +164,9 @@ Steps:
138
164
139
165
You can find detailed steps at the tutorial [Go for beginners: Getting started](https://github.com/Jigsaw-Code/outline-sdk/discussions/67).
140
166
167
+
## Wrap your website in a SDK-enabled App
168
+
169
+
See our [Web Wrapper example](./x/examples/website-wrapper-app/) for a simple way to package your existing website into a mobile app with built-in resilience features provided by the Outline SDK.
0 commit comments