mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-18 05:42:16 +00:00
Use "standard" file extension for WireGuard
Official app expects .conf and .zip
This commit is contained in:
parent
3f9ff50d0e
commit
d7ada78845
@ -38,7 +38,7 @@ extension VPNProtocolType {
|
|||||||
return "ovpn"
|
return "ovpn"
|
||||||
|
|
||||||
case .wireGuard:
|
case .wireGuard:
|
||||||
return "wg"
|
return "conf"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user