Speedify SDK for Desktop/Embedded
15.0.1
|
Privacy settings.
#include <types.h>
Data Fields | |
bool | killswitch |
If Internet Killswitch is enabled. More... | |
bool | dnsLeakProtection |
If DNS Leak protection is enabled. More... | |
bool | ipLeakProtection |
If IP Leak protection is enabled. More... | |
uint16_t | dnsAddressCount |
Number of configured dns addresses to forward to. More... | |
SpeedifySDK_IPAddressString | dnsAddresses [SPEEDIFYSDK_MAX_DNS_COUNT] |
DNS addresses to forward to. More... | |
bool | doNotStoreCredentials |
If credentials, including oauth tokens and passwords, are not stored locally. More... | |
bool | requestToDisableDoH |
Whether DoH is requested to be disabled. More... | |
bool | apiProtection |
if API protection is enabled More... | |
bool SpeedifySDK_PrivacySettings::apiProtection |
if API protection is enabled
uint16_t SpeedifySDK_PrivacySettings::dnsAddressCount |
Number of configured dns addresses to forward to.
SpeedifySDK_IPAddressString SpeedifySDK_PrivacySettings::dnsAddresses[SPEEDIFYSDK_MAX_DNS_COUNT] |
DNS addresses to forward to.
bool SpeedifySDK_PrivacySettings::dnsLeakProtection |
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::ipLeakProtection |
If IP Leak protection is enabled.
Windows Only
bool SpeedifySDK_PrivacySettings::killswitch |
If Internet Killswitch is enabled.
Windows Only
bool SpeedifySDK_PrivacySettings::requestToDisableDoH |
Whether DoH is requested to be disabled.