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