add ipv6 addresses to resolvers
This commit is contained in:
parent
c85be1d56c
commit
6488494d1b
2 changed files with 10 additions and 0 deletions
|
|
@ -25,11 +25,16 @@ storage:
|
||||||
[Match]
|
[Match]
|
||||||
Name=eth0
|
Name=eth0
|
||||||
|
|
||||||
|
IPv6AcceptRA=yes
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
Address=204.110.191.240/26
|
Address=204.110.191.240/26
|
||||||
Gateway=204.110.191.254
|
Gateway=204.110.191.254
|
||||||
DNS=9.9.9.9
|
DNS=9.9.9.9
|
||||||
DNS=1.1.1.1
|
DNS=1.1.1.1
|
||||||
|
|
||||||
|
[Address]
|
||||||
|
Address=2606:1c80::240/64
|
||||||
- path: /etc/unbound/unbound.conf
|
- path: /etc/unbound/unbound.conf
|
||||||
mode: 0644
|
mode: 0644
|
||||||
contents:
|
contents:
|
||||||
|
|
|
||||||
|
|
@ -25,11 +25,16 @@ storage:
|
||||||
[Match]
|
[Match]
|
||||||
Name=eth0
|
Name=eth0
|
||||||
|
|
||||||
|
IPv6AcceptRA=yes
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
Address=204.110.191.250/26
|
Address=204.110.191.250/26
|
||||||
Gateway=204.110.191.254
|
Gateway=204.110.191.254
|
||||||
DNS=9.9.9.9
|
DNS=9.9.9.9
|
||||||
DNS=1.1.1.1
|
DNS=1.1.1.1
|
||||||
|
|
||||||
|
[Address]
|
||||||
|
Address=2606:1c80::250/64
|
||||||
- path: /etc/unbound/unbound.conf
|
- path: /etc/unbound/unbound.conf
|
||||||
mode: 0644
|
mode: 0644
|
||||||
contents:
|
contents:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue