Use "standard" file extension for WireGuard

Official app expects .conf and .zip
This commit is contained in:
Davide De Rosa 2022-04-19 16:56:39 +02:00
parent 3f9ff50d0e
commit d7ada78845

View File

@ -38,7 +38,7 @@ extension VPNProtocolType {
return "ovpn" return "ovpn"
case .wireGuard: case .wireGuard:
return "wg" return "conf"
} }
} }
} }