mirror of
https://github.com/trailofbits/algo
synced 2024-11-04 06:00:21 +00:00
7 lines
217 B
Plaintext
7 lines
217 B
Plaintext
|
iface eth0 inet6 static
|
||
|
address {{ item.ip_address }}
|
||
|
netmask {{ item.netmask }}
|
||
|
gateway {{ item.gateway }}
|
||
|
autoconf 0
|
||
|
dns-nameservers 2001:4860:4860::8844 2001:4860:4860::8888
|