Skip to content
Snippets Groups Projects

daemon/lua/trust_anchors: don't crash when dealing with unknown algorhitm

Merged Tomas Krizek requested to merge key-rollover into master
Compare and
51 files
+ 814
578
Compare changes
  • Side-by-side
  • Inline
Files
51
+ 1
1
@@ -5,7 +5,7 @@ net.listen('127.0.0.1', 8853, { tls = true })
net.ipv6=false
-- Auto-maintain root TA
trust_anchors.file = '.local/etc/knot-resolver/root.keys'
trust_anchors.add_file('.local/etc/knot-resolver/root.keys')
-- Large cache size, so we don't need to flush often
-- This can be larger than available RAM, least frequently accessed
Loading