You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
algo/config.cfg

38 lines
939 B
INI

8 years ago
---
easyrsa_dir: /opt/easy-rsa-ipsec
easyrsa_ca_expire: 3650
easyrsa_cert_expire: 3650
8 years ago
# If True re-init all existing certificates. (True or False)
easyrsa_reinit_existent: False
8 years ago
8 years ago
vpn_network: 10.19.48.0/24
8 years ago
vpn_network_ipv6: 'fd9d:bc11:4020::/48'
# https://www.sixxs.net/tools/whois/?fd9d:bc11:4020::/48
8 years ago
server_name: "{{ ansible_ssh_host }}"
8 years ago
IP_subject_alt_name: "{{ ansible_ssh_host }}"
8 years ago
8 years ago
# Enable this variable if you want to use a local DNS resolver to block ads while surfing. (True or False)
service_dns: True
# If you don't want to use a local DNS resolver (option `service_dns`) you need to define DNS servers in this list.
dns_servers:
- 8.8.8.8
- 8.8.4.4
- 2001:4860:4860::8888
- 2001:4860:4860::8844
8 years ago
# IP address for the proxy and the local dns resolver
local_service_ip: 172.16.0.1
8 years ago
users:
- mr.smith
- mrs.smith
8 years ago
#
# auditd options
# email for auditd actions:
auditd_action_mail_acct: email@example.com