use dns cache (#27)

add dns cache
This commit is contained in:
Geno 2018-02-02 21:34:39 +01:00 committed by Jan-Philipp Litza
parent 713c25eb34
commit 3fbbd41ee7
1 changed files with 11 additions and 0 deletions

View File

@ -49,10 +49,21 @@
},
next_node = {
name = 'node.ffhb.de',
ip4 = '10.196.0.127',
ip6 = 'fd2f:5119:0f2c::127',
mac = '16:41:95:40:f7:dc',
},
dns = {
cacheentries = 500,
servers = {
'fd2f:5119:0f2c::1',
'fd2f:5119:0f2c::2',
'fd2f:5119:0f2c::3',
'fd2f:5119:0f2c::5',
'fd2f:5119:0f2c::6',
},
},
mesh_vpn = {
enabled = true,