From 9718d6b7bb4998e7cb0715c22e67552e1bdae9f2 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Wed, 24 Apr 2019 16:02:25 +0200 Subject: [PATCH] Add dns pledge for openbsd to the async-url config. --- examples/async-curl/conf/async-curl.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/async-curl/conf/async-curl.conf b/examples/async-curl/conf/async-curl.conf index 7833894..d3e1e6a 100644 --- 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