From a11edb48e5a30918b6f99885327be8889bc91b27 Mon Sep 17 00:00:00 2001 From: edoo Date: Wed, 9 Sep 2020 10:28:00 +0800 Subject: [PATCH] Update README.md --- client-conf/stubby/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client-conf/stubby/README.md b/client-conf/stubby/README.md index d7d902f..dee1533 100755 --- a/client-conf/stubby/README.md +++ b/client-conf/stubby/README.md @@ -4,10 +4,12 @@ Install: `brew install stubby ` Restart: `sudo brew services restart stubby` +Just run: `sudo stubby -C /usr/local/etc/stubby/stubby.yml` + Check log: `sudo tail -f /usr/local/var/log/stubby/stubby.log` Stubby dir: `/usr/local/etc/stubby` -Stubby config example: [HERE](https://github.com/getdnsapi/stubby/blob/develop/stubby.yml.example) +Stubby config example: [HERE](https://github.com/ookangzheng/blahdns/blob/master/client-conf/stubby/stubby.yml) For more about Stubby, [HERE](https://dnsprivacy.org/wiki/pages/viewpage.action?pageId=3145812)