mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-13 16:23:00 +02:00
exclude ipsec and wireguard ranges from the random service ip
This commit is contained in:
parent
00404e4740
commit
a069f21bc3
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ dns_servers:
|
||||||
# Randomly generated IP address for the local dns resolver
|
# Randomly generated IP address for the local dns resolver
|
||||||
local_service_ip: >-
|
local_service_ip: >-
|
||||||
10.
|
10.
|
||||||
{{- 255 | random(seed=algo_server_name + ansible_fqdn + 'second') }}.
|
{{- 255 | random(start=20, seed=algo_server_name + ansible_fqdn + 'second') }}.
|
||||||
{{- 255 | random(seed=algo_server_name + ansible_fqdn + 'third') }}.
|
{{- 255 | random(seed=algo_server_name + ansible_fqdn + 'third') }}.
|
||||||
{{- 255 | random(seed=algo_server_name + ansible_fqdn + 'fourth') }}
|
{{- 255 | random(seed=algo_server_name + ansible_fqdn + 'fourth') }}
|
||||||
local_service_ipv6: >-
|
local_service_ipv6: >-
|
||||||
|
|
Loading…
Add table
Reference in a new issue