mirror of
https://github.com/ookangzheng/blahdns.git
synced 2025-12-16 06:05:38 +07:00
14 lines
391 B
Markdown
Executable File
14 lines
391 B
Markdown
Executable File
# MacOS guide
|
|
|
|
Install: `brew install stubby `
|
|
|
|
Restart: `sudo brew services restart stubby`
|
|
|
|
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)
|
|
|
|
For more about Stubby, [HERE](https://dnsprivacy.org/wiki/pages/viewpage.action?pageId=3145812)
|