https://github.com/endail/dnsinterceptor
https://github.com/endail/dnsinterceptor
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/endail/dnsinterceptor
- Owner: endail
- License: mit
- Created: 2019-10-30T11:07:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T12:25:37.000Z (over 6 years ago)
- Last Synced: 2025-07-03T17:09:39.295Z (about 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DNS Interceptor
DNS Interceptor is an implementation of [Python DNS](https://github.com/endail/PythonDNS).
### Installation
```sh
$ sudo apt-get install python3
$ sudo pip3 install pythondns
$ git clone https://github.com/endail/DNSInterceptor
$ sudo DNSInterceptor/install.sh
```