Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oezeb/dns-relay
Implements a basic dns relay server
https://github.com/oezeb/dns-relay
Last synced: 9 days ago
JSON representation
Implements a basic dns relay server
- Host: GitHub
- URL: https://github.com/oezeb/dns-relay
- Owner: oezeb
- Created: 2022-04-22T05:05:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T05:17:50.000Z (over 2 years ago)
- Last Synced: 2024-11-06T12:11:43.237Z (about 2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dns-relay-server
Implements a basic dns relay serverThe server when running listen to the dns port 53 for incomming request. For each request it tries to resolve the domain name using the local cache.txt.
When the requested IP is not found locally it relay the request to an outside server.