Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toitlang/pkg-dns-simple-server
Package: Simple IPv4 DNS name server.
https://github.com/toitlang/pkg-dns-simple-server
dns-server toit
Last synced: 11 days ago
JSON representation
Package: Simple IPv4 DNS name server.
- Host: GitHub
- URL: https://github.com/toitlang/pkg-dns-simple-server
- Owner: toitlang
- License: mit
- Created: 2022-06-28T14:10:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T10:06:33.000Z (7 months ago)
- Last Synced: 2024-07-30T20:55:08.401Z (3 months ago)
- Topics: dns-server, toit
- Language: Toit
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DNS Simple Server
This is an extremely simple IPv4 DNS (name) server written in pure Toit that
can have a static hosts table and a default answer.It is intended for use in a captive WiFi portal application. There is an
example of this usage in the examples subdirectory