]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Dockefile: fix TLS server in demo container
authorPetr Špaček <petr.spacek@nic.cz>
Thu, 25 Jan 2018 14:29:25 +0000 (15:29 +0100)
committerPetr Špaček <petr.spacek@nic.cz>
Thu, 25 Jan 2018 14:29:25 +0000 (15:29 +0100)
Related: #297

scripts/config.docker

index 323283e242689b00b92e5d9228682bdc6b3a956e..58d8d13b606828bcafaa11e6d6f16fda822badd0 100644 (file)
@@ -2,7 +2,7 @@
 
 -- Listen on all interfaces (localhost would not work in Docker)
 net.listen('0.0.0.0')
-net.listen('0.0.0.0', {tls=true})
+net.listen('0.0.0.0', 853, {tls=true})
 
 -- Auto-maintain root TA
 trust_anchors.file = '/data/root.keys'