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
providerBundleIdentifier: 'org.reactjs.native.example.OutlineVpnExample.OutlineVpn', //apple bundle identifier declared step-2 on guide
27
+
serverAddress: 'OutlineServer', //can be any string which user see MyPreciousVpn
28
+
tunnelId: 'OutlineTunnel', //can be random string
29
+
localizedDescription: 'OutlineVpn', //can be random string
30
+
});
31
+
```
32
+
33
+
> Android hasn't need any additional configuration, but iOS needs some additional configuration. Please check the [documentation](https://rn-outline.vercel.app/) for more information.
0 commit comments