Show HN: Gatekeeper, a hobbyist DHCP server written Go(gitlab.com)
gitlab.com
Show HN: Gatekeeper, a hobbyist DHCP server written Go
https://gitlab.com/thatjames-go/gatekeeper-go
2 comments
Cool project. It is always fun to write software that you will use!
I wrote a fast web server for myself a while back and am now wrapping up a fast DNS proxy.
I'll keep your project in mind when I'm in need of a more custom DHCP setup.
I wrote a fast web server for myself a while back and am now wrapping up a fast DNS proxy.
I'll keep your project in mind when I'm in need of a more custom DHCP setup.
All this exercise has taught me is how nothing is ever simple and that specs can get really, really long over time. And also DHCP relays... Maybe one day I will support those.
In the long run: I wanna build a single binary to run the internet from my pi configured by a YAML file. This will do things like PPP connections and use the netlink kernel modules in Linux to setup routing and firewall rules.
But that's a ways off, for now, this is busy running my home network and some feedback is always appreciated