mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Rename file contains configuration values and refactor getter/setter for compression mode property
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
//
|
||||
// OpenVPNConfigurationValues.h
|
||||
// OpenVPN Adapter
|
||||
//
|
||||
// Created by Sergey Abramchuk on 24.04.17.
|
||||
//
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
extern NSString * __nonnull const OpenVPNCompressionModeEnabledValue;
|
||||
extern NSString * __nonnull const OpenVPNCompressionModeDisabledValue;
|
||||
extern NSString * __nonnull const OpenVPNCompressionModeAsymValue;
|
||||
extern NSString * __nonnull const OpenVPNCompressionModeDefaultValue;
|
||||
|
||||
extern NSString * __nonnull const OpenVPNMinTLSVersionDisabledValue;
|
||||
extern NSString * __nonnull const OpenVPNMinTLSVersion10Value;
|
||||
extern NSString * __nonnull const OpenVPNMinTLSVersion11Value;
|
||||
extern NSString * __nonnull const OpenVPNMinTLSVersion12Value;
|
||||
extern NSString * __nonnull const OpenVPNMinTLSVersionDefaultValue;
|
||||
|
||||
extern NSString * __nonnull const OpenVPNTLSCertProfileLegacyValue;
|
||||
extern NSString * __nonnull const OpenVPNTLSCertProfilePreferredValue;
|
||||
extern NSString * __nonnull const OpenVPNTLSCertProfileSuiteBValue;
|
||||
extern NSString * __nonnull const OpenVPNTLSCertProfileLegacyDefaultValue;
|
||||
extern NSString * __nonnull const OpenVPNTLSCertProfilePreferredDefaultValue;
|
||||
extern NSString * __nonnull const OpenVPNTLSCertProfileDefaultValue;
|
||||
Reference in New Issue
Block a user