Skip to content
Snippets Groups Projects

CI: test transports

Merged Petr Špaček requested to merge ci-transport into master
7 files
+ 147
12
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 2
1
@@ -3,6 +3,8 @@
-- Listen on localhost and external interface
net.listen('127.0.0.1', 5353)
net.listen('::1', 5353)
net.listen('127.0.0.1', 8853, { tls = true })
net.listen('::1', 8853, { tls = true })
-- Auto-maintain root TA
trust_anchors.file = '.local/etc/kresd/root.keys'
@@ -21,5 +23,4 @@ modules = {
'stats', -- Track internal statistics
}
verbose(false)
Loading