mirror of
https://github.com/trailofbits/algo
synced 2024-11-18 09:25:38 +00:00
Simplify prompts
This commit is contained in:
parent
b0f1a41546
commit
98a37240d5
@ -38,17 +38,17 @@
|
|||||||
9. San Francisco (Datacenter 2)
|
9. San Francisco (Datacenter 2)
|
||||||
10. Singapore
|
10. Singapore
|
||||||
11. Toronto
|
11. Toronto
|
||||||
Please choose the number of your region. Press enter for default (#7) region.
|
Enter the number of your desired region:
|
||||||
default: "7"
|
default: "7"
|
||||||
private: no
|
private: no
|
||||||
|
|
||||||
- name: "do_server_name"
|
- name: "do_server_name"
|
||||||
prompt: "Name the vpn server:\n"
|
prompt: "Name the vpn server:\n"
|
||||||
default: "strongswan.local"
|
default: "algo.local"
|
||||||
private: no
|
private: no
|
||||||
|
|
||||||
- name: "service_dns"
|
- name: "service_dns"
|
||||||
prompt: "Do you want to use DNS resolver on the new server to block ads and malware while surfing? (Y or N)\nIf your choice is 'N', DNS servers will set to values from the dns_servers variable.\n"
|
prompt: "Do you want to use a local DNS resolver to block ads while surfing? (Y or N)"
|
||||||
default: "Y"
|
default: "Y"
|
||||||
private: no
|
private: no
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user