Update to Gluon 2017.1.6, removing DNS caching on the go
The new version doesn't support DNS caching anymore because of problems with DNSSEC validating clients
This commit is contained in:
parent
41c31cc06f
commit
704ba41606
2
gluon
2
gluon
|
@ -1 +1 @@
|
|||
Subproject commit a7d28bc965b457ed0d8c12424e06b387542d49af
|
||||
Subproject commit a8af5c4499c23baa4a4e8d6c01828a7885739f37
|
|
@ -54,16 +54,6 @@
|
|||
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,
|
||||
|
|
Loading…
Reference in New Issue