this post was submitted on 12 Dec 2022
10 points (100.0% liked)

Rust Programming

8431 readers
21 users here now

founded 5 years ago
MODERATORS
 

dora is a DHCP server written in Rust using tokio. It is built on the dhcproto library and sqlx. We currently use the sqlite backend, although that could change in the future. The goal of dora is to provide a complete DHCP implementation for IPv4, and eventually IPv6. Dora supports duplicate address detection, ping, binding multiple interfaces, static addresses, etc see example.yaml for all options.

It is, however, an early release version and may contain bugs.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here