From 6f2cfc06984d8979e1c39ebf1c47c8bd360ae66a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A5=8A=E8=82=87=E5=B3=B0?= Date: Wed, 19 Dec 2018 05:19:21 +0800 Subject: [PATCH] add example for dnscrypt (#215) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5bdbdb2ea3..d67033cd3f 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ Manual Installation make unbound # generate bind's configuration make bind + # full example of generating dnscrypt-proxy forwarding rules for Windows + make SERVER=101.6.6.6 NEWLINE=DOS dnscrypt-proxy ``` License