Speedify SDK for Android  14.7.0
Public Attributes | List of all members
com.speedify.speedifysdk.Types.FirewallMode Enum Reference

Detailed Description

How firewall treats matches.

Since
9.2

Public Attributes

 OFF
 Firewall is disabled. More...
 
 ALLOWLIST
 Matches are allowed through the VPN, all others are dropped. More...
 
 DENYLIST
 Matches are dropped, all others are allowed through the VPN. More...
 

Member Data Documentation

◆ ALLOWLIST

com.speedify.speedifysdk.Types.FirewallMode.ALLOWLIST

Matches are allowed through the VPN, all others are dropped.

Since
10.2

◆ DENYLIST

com.speedify.speedifysdk.Types.FirewallMode.DENYLIST

Matches are dropped, all others are allowed through the VPN.

Since
10.2

◆ OFF

com.speedify.speedifysdk.Types.FirewallMode.OFF

Firewall is disabled.

Since
9.2

The documentation for this enum was generated from the following file: