https://github.com/fabianfrz/dns
DNS Proxy (DNS64 and filter)
https://github.com/fabianfrz/dns
dns dns-proxy dns-proxy-server dns-server
Last synced: 22 days ago
JSON representation
DNS Proxy (DNS64 and filter)
- Host: GitHub
- URL: https://github.com/fabianfrz/dns
- Owner: fabianfrz
- Created: 2017-07-18T19:10:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T19:31:13.000Z (over 8 years ago)
- Last Synced: 2025-02-25T23:44:46.342Z (over 1 year ago)
- Topics: dns, dns-proxy, dns-proxy-server, dns-server
- Language: Ruby
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DNS Proxy (DNS64 and filter)
This is a DNS Proxy Server to filter out some DNS traffic and it is able to do DNS64 for NAT64 setups.
It supports differend modules which are loaded if they are stored in the `modules` directory.
## Modules
If the module raises an exception in the intitializer, it will not be loaded (for example if the config does not exist).
If the module is successfully loaded, the `process` method of the Object is called on each request
if the processing is not stopped by another module (for example the request has been blocked).