Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
liberty
tunnel
liberty-tunnel-client-library-apple
Commits
09dd28ca
Commit
09dd28ca
authored
Oct 17, 2018
by
Jose Blaya
Browse files
Compare Tunnel profile by dnsServer list
parent
f924cbfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
PIALibrary/Sources/VPN/PIATunnelProvider+Profile.swift
View file @
09dd28ca
...
...
@@ -47,6 +47,9 @@ extension PIATunnelProvider.Configuration: VPNCustomConfiguration {
guard
(
debugLogKey
==
other
.
debugLogKey
)
else
{
return
false
}
guard
(
dnsServers
.
joined
()
==
other
.
dnsServers
.
joined
())
else
{
return
false
}
return
true
}
}
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