Attach .ovpn as plain text

Can easily inspect via email.
This commit is contained in:
Davide De Rosa 2018-10-23 10:39:50 +02:00
parent dfde9c51e3
commit a69c7c5733
1 changed files with 4 additions and 2 deletions

View File

@ -117,13 +117,15 @@ class AppConstants {
return "debug-\(iso).txt"
}
static let configuration = "profile.ovpn"
// static let configuration = "profile.ovpn"
static let configuration = "profile.ovpn.txt"
}
class MIME {
static let debugLog = "text/plain"
static let configuration = "application/x-openvpn-profile"
// static let configuration = "application/x-openvpn-profile"
static let configuration = "text/plain"
}
}