![]() |
Speedify SDK for Desktop
10.9.0
|
Privacy settings.
#include <types.h>
Data Fields | |
bool | killswitch |
If Internet Killswitch is enabled. More... | |
bool | dnsleak |
If DNS Leak protection is enabled. More... | |
bool | ipleak |
If IP Leak protection is enabled. More... | |
bool | crashReports |
If crash reporting is enabled. More... | |
uint16_t | dnsAddressCount |
Number of configured dns addresses to forward. More... | |
SpeedifySDK_IPAddressString | dnsAddresses [SPEEDIFYSDK_MAX_DNS_COUNT] |
Public IP addresses of the server. More... | |
bool | doNotStoreCredentials |
If credentials, including oauth tokens and passwords, are not stored locally. More... | |
bool SpeedifySDK_PrivacySettings::crashReports |
uint16_t SpeedifySDK_PrivacySettings::dnsAddressCount |
Number of configured dns addresses to forward.
SpeedifySDK_IPAddressString SpeedifySDK_PrivacySettings::dnsAddresses[SPEEDIFYSDK_MAX_DNS_COUNT] |
Public IP addresses of the server.
Windows and Mac Only
bool SpeedifySDK_PrivacySettings::dnsleak |
If DNS Leak protection is enabled.
Windows Only
bool SpeedifySDK_PrivacySettings::doNotStoreCredentials |
If credentials, including oauth tokens and passwords, are not stored locally.
If true, automatic login and connect at boot will not work.
bool SpeedifySDK_PrivacySettings::ipleak |
If IP Leak protection is enabled.
Windows Only
bool SpeedifySDK_PrivacySettings::killswitch |
If Internet Killswitch is enabled.
Windows Only