Skip to content

Commit

Permalink
Merge branch 'feature/v2ray' into staging-2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Oct 23, 2023
2 parents 2d603ae + 8751104 commit b839291
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions IVPNWidget/Scene/ConnectionInfo/ConnectionInfoViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ extension ConnectionInfoView {
if protocolName == "wireguard" {
name = "WireGuard"
proto = wireguardProtocol()
if model.multiHop && model.isV2ray {
return "\(name), \(proto) \(port)"
}
}
if protocolName == "openvpn" {
name = "OpenVPN"
Expand Down

0 comments on commit b839291

Please sign in to comment.