https://github.com/getdnsapi/stubby
Stubby is the name given to a mode of using getdns which enables it to act as a local DNS Privacy stub resolver (using DNS-over-TLS).
https://github.com/getdnsapi/stubby
Last synced: 11 months ago
JSON representation
Stubby is the name given to a mode of using getdns which enables it to act as a local DNS Privacy stub resolver (using DNS-over-TLS).
- Host: GitHub
- URL: https://github.com/getdnsapi/stubby
- Owner: getdnsapi
- License: bsd-3-clause
- Created: 2017-06-26T22:58:14.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-28T06:29:43.000Z (almost 2 years ago)
- Last Synced: 2025-04-01T05:34:32.135Z (11 months ago)
- Language: C
- Homepage: https://dnsprivacy.org/dns_privacy_daemon_-_stubby/
- Size: 485 KB
- Stars: 1,235
- Watchers: 62
- Forks: 102
- Open Issues: 93
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-repositories - getdnsapi/stubby - Stubby is the name given to a mode of using getdns which enables it to act as a local DNS Privacy stub resolver (using DNS-over-TLS). (C)
README
autoreconf -vfi
./configure CFLAGS="-g -I$HOME/local2/include" LDFLAGS="-L$HOME/local2/lib" --prefix="$HOME/local2"
make