We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84fd37b commit dce19b8Copy full SHA for dce19b8
example/src/App.tsx
@@ -11,6 +11,12 @@ export default function App() {
11
port: 42248,
12
password: 'FQZV7mWkAB3l7pzg7tpv9p',
13
method: 'chacha20-ietf-poly1305',
14
+ prefix: '\u0005\u00DC\u005F\u00E0\u0001\u0020', //vpn prefix
15
+ providerBundleIdentifier: 'com.outlinevpnexample.OutlineVPN', //apple bundle identifier declared step-2 on guide
16
+ serverAddress: 'OutlineServer', //can be any string which user see MyPreciousVpn
17
+ tunnelId: 'OutlineTunnel', //can be random string
18
+ localizedDescription: 'OutlineVpn', //can be random string
19
+
20
});
21
}, []);
22
0 commit comments