Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-28T06:29:43.000Z (8 months ago)
- Last Synced: 2024-12-01T06:07:20.864Z (11 days ago)
- Language: C
- Homepage: https://dnsprivacy.org/dns_privacy_daemon_-_stubby/
- Size: 485 KB
- Stars: 1,199
- Watchers: 63
- Forks: 100
- Open Issues: 92
-
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