https://github.com/koolshare/dnsfilter
Filter and proxy for dns.
https://github.com/koolshare/dnsfilter
Last synced: 1 day ago
JSON representation
Filter and proxy for dns.
- Host: GitHub
- URL: https://github.com/koolshare/dnsfilter
- Owner: koolshare
- License: mit
- Created: 2016-04-08T07:10:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-08T09:54:07.000Z (about 10 years ago)
- Last Synced: 2025-10-28T06:22:22.705Z (8 months ago)
- Language: C
- Size: 32.2 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dnsfilter
Filter and proxy for dns.
# build
```
mkdir build
cd build
cmake ..
make
```