Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
liberty
tunnel
liberty-tunnel-ios
Commits
0ee64a69
Commit
0ee64a69
authored
May 23, 2019
by
Jose Blaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set IKEv2 as default protocol
parent
fab4d04c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
PIA VPN/Bootstrapper.swift
PIA VPN/Bootstrapper.swift
+1
-1
No files found.
PIA VPN/Bootstrapper.swift
View file @
0ee64a69
...
...
@@ -99,7 +99,7 @@ class Bootstrapper {
let
defaults
=
Client
.
preferences
.
defaults
defaults
.
isPersistentConnection
=
true
defaults
.
mace
=
false
defaults
.
vpnType
=
PIATunnel
Profile
.
vpnType
defaults
.
vpnType
=
IKEv2
Profile
.
vpnType
defaults
.
vpnCustomConfigurations
=
[
PIATunnelProfile
.
vpnType
:
AppConfiguration
.
VPN
.
piaDefaultConfigurationBuilder
.
build
()
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment