mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 19:03:04 +02:00
VPN On Demand is for Apple IPSEC clients only
This commit is contained in:
parent
450b1ab93c
commit
38b4a4f091
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ See below for more information about variables and roles.
|
||||||
|
|
||||||
- `provider` - (Required) The provider to use. See possible values below
|
- `provider` - (Required) The provider to use. See possible values below
|
||||||
- `server_name` - (Required) Server name. Default: algo
|
- `server_name` - (Required) Server name. Default: algo
|
||||||
- `ondemand_cellular` (Optional) VPN On Demand when connected to cellular networks with IPsec. Default: false
|
- `ondemand_cellular` (Optional) Enables VPN On Demand when connected to cellular networks for iOS/macOS clients using IPsec. Default: false
|
||||||
- `ondemand_wifi` - (Optional. See `ondemand_wifi_exclude`) VPN On Demand when connected to WiFi networks with IPsec. Default: false
|
- `ondemand_wifi` - (Optional. See `ondemand_wifi_exclude`) Enables VPN On Demand when connected to WiFi networks for iOS/macOS clients using IPsec. Default: false
|
||||||
- `ondemand_wifi_exclude` (Required if `ondemand_wifi` set) - WiFi networks to exclude from using the VPN. Comma-separated values
|
- `ondemand_wifi_exclude` (Required if `ondemand_wifi` set) - WiFi networks to exclude from using the VPN. Comma-separated values
|
||||||
- `dns_adblocking` - (Optional) Enables dnscrypt-proxy adblocking. Default: false
|
- `dns_adblocking` - (Optional) Enables dnscrypt-proxy adblocking. Default: false
|
||||||
- `ssh_tunneling` - (Optional) Enable SSH tunneling for each user. Default: false
|
- `ssh_tunneling` - (Optional) Enable SSH tunneling for each user. Default: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue