mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 19:03:04 +02:00
Second level domain
This commit is contained in:
parent
c4a020e162
commit
133dede7e6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ algo_dns_adblocking: false
|
||||||
ipv6_support: false
|
ipv6_support: false
|
||||||
dns_encryption: true
|
dns_encryption: true
|
||||||
domain: false
|
domain: false
|
||||||
openssl_constraint_random_id: "{{ IP_subject_alt_name | to_uuid }}"
|
openssl_constraint_random_id: "{{ IP_subject_alt_name | to_uuid }}.algo"
|
||||||
subjectAltName_IP: "{{ 'DNS:' if IP_subject_alt_name|regex_search('[a-z]') else 'IP:' }}{{ IP_subject_alt_name }}"
|
subjectAltName_IP: "{{ 'DNS:' if IP_subject_alt_name|regex_search('[a-z]') else 'IP:' }}{{ IP_subject_alt_name }}"
|
||||||
subjectAltName_USER: "email:{{ item }}@{{ openssl_constraint_random_id }}"
|
subjectAltName_USER: "email:{{ item }}@{{ openssl_constraint_random_id }}"
|
||||||
openssl_bin: openssl
|
openssl_bin: openssl
|
||||||
|
|
Loading…
Add table
Reference in a new issue