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"
|
||||
|
||||
case .wireGuard:
|
||||
return "wg"
|
||||
return "conf"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue