Skip to content

Commit dce19b8

Browse files
committed
change: example ios informations
1 parent 84fd37b commit dce19b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

example/src/App.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ export default function App() {
1111
port: 42248,
1212
password: 'FQZV7mWkAB3l7pzg7tpv9p',
1313
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+
1420
});
1521
}, []);
1622

0 commit comments

Comments
 (0)