Attach .ovpn rather than .txt
Less convenient to quick look, yet more convenient for testing import.
This commit is contained in:
parent
f2b5c05d58
commit
cfad536048
|
@ -107,8 +107,8 @@ class AppConstants {
|
|||
return "debug-\(iso).txt"
|
||||
}
|
||||
|
||||
// static let configuration = "profile.ovpn"
|
||||
static let configuration = "profile.ovpn.txt"
|
||||
static let configuration = "profile.ovpn"
|
||||
// static let configuration = "profile.ovpn.txt"
|
||||
}
|
||||
|
||||
class MIME {
|
||||
|
|
Loading…
Reference in New Issue