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
1 changed files with 1 additions and 1 deletions

View File

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