kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 9718d6b7bb4998e7cb0715c22e67552e1bdae9f2
parent 1b9ba84ab0783819f3b615c6203e85f9fcfbd431
Author: Joris Vink <joris@coders.se>
Date:   Wed, 24 Apr 2019 16:02:25 +0200

Add dns pledge for openbsd to the async-url config.

Diffstat:
examples/async-curl/conf/async-curl.conf | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/examples/async-curl/conf/async-curl.conf b/examples/async-curl/conf/async-curl.conf @@ -5,6 +5,8 @@ bind 127.0.0.1 8888 workers 1 tls_dhparam dh2048.pem +pledge dns + domain * { certfile cert/server.pem certkey cert/key.pem