add dns forwarding
This commit is contained in:
parent
7fd37c4f54
commit
060ee96c48
10
site.conf
10
site.conf
|
@ -62,7 +62,15 @@
|
||||||
ip6 = 'fd2f:5119:0f2c::127',
|
ip6 = 'fd2f:5119:0f2c::127',
|
||||||
mac = '16:41:95:40:f7:dc',
|
mac = '16:41:95:40:f7:dc',
|
||||||
},
|
},
|
||||||
|
dns = {
|
||||||
|
servers = {
|
||||||
|
'fd2f:5119:0f2c::1',
|
||||||
|
'fd2f:5119:0f2c::2',
|
||||||
|
'fd2f:5119:0f2c::3',
|
||||||
|
'fd2f:5119:0f2c::5',
|
||||||
|
'fd2f:5119:0f2c::6',
|
||||||
|
},
|
||||||
|
},
|
||||||
mesh_vpn = {
|
mesh_vpn = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
mtu = 1280,
|
mtu = 1280,
|
||||||
|
|
Loading…
Reference in New Issue