mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 19:03:04 +02:00
Enable onDemand prompts for WireGuard
This commit is contained in:
parent
2510fc3bc4
commit
422eb2de3b
1 changed files with 32 additions and 32 deletions
|
@ -52,11 +52,11 @@
|
||||||
when:
|
when:
|
||||||
- server_name is undefined
|
- server_name is undefined
|
||||||
- algo_provider != "local"
|
- algo_provider != "local"
|
||||||
- block:
|
|
||||||
- name: Cellular On Demand prompt
|
- name: Cellular On Demand prompt
|
||||||
pause:
|
pause:
|
||||||
prompt: |
|
prompt: |
|
||||||
Do you want macOS/iOS IPsec clients to enable "Connect On Demand" when connected to cellular networks?
|
Do you want macOS/iOS clients to enable "Connect On Demand" when connected to cellular networks?
|
||||||
[y/N]
|
[y/N]
|
||||||
register: _ondemand_cellular
|
register: _ondemand_cellular
|
||||||
when: ondemand_cellular is undefined
|
when: ondemand_cellular is undefined
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
- name: Wi-Fi On Demand prompt
|
- name: Wi-Fi On Demand prompt
|
||||||
pause:
|
pause:
|
||||||
prompt: |
|
prompt: |
|
||||||
Do you want macOS/iOS IPsec clients to enable "Connect On Demand" when connected to Wi-Fi?
|
Do you want macOS/iOS clients to enable "Connect On Demand" when connected to Wi-Fi?
|
||||||
[y/N]
|
[y/N]
|
||||||
register: _ondemand_wifi
|
register: _ondemand_wifi
|
||||||
when: ondemand_wifi is undefined
|
when: ondemand_wifi is undefined
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
- name: Trusted Wi-Fi networks prompt
|
- name: Trusted Wi-Fi networks prompt
|
||||||
pause:
|
pause:
|
||||||
prompt: |
|
prompt: |
|
||||||
List the names of any trusted Wi-Fi networks where macOS/iOS IPsec clients should not use "Connect On Demand"
|
List the names of any trusted Wi-Fi networks where macOS/iOS clients should not use "Connect On Demand"
|
||||||
(e.g., your home network. Comma-separated value, e.g., HomeNet,OfficeWifi,AlgoWiFi)
|
(e.g., your home network. Comma-separated value, e.g., HomeNet,OfficeWifi,AlgoWiFi)
|
||||||
register: _ondemand_wifi_exclude
|
register: _ondemand_wifi_exclude
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Add table
Reference in a new issue