mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-10 23:03:03 +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
|
||||
local_service_ip: >-
|
||||
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 + 'fourth') }}
|
||||
local_service_ipv6: >-
|
||||
|
|
Loading…
Add table
Reference in a new issue