gatekeeper icon indicating copy to clipboard operation
gatekeeper copied to clipboard

DHCP & DNS server optimized for home gateways.

Results 26 gatekeeper issues
Sort by recently updated
recently updated
newest added

Before adding a simple make target for ARM64, it's worth investigating whether FatELF (http://icculus.org/fatelf/) is functional. If so - then a single-binary FatELF would be preferable to separate binaries.

enhancement
good first issue

Web ui should provide some basic identification for unknown devices based on their MACs.

enhancement
good first issue

Add a page which shows the activity details for a single device. - MAC - IP - primary hostname - hostname aliases - DHCP hostname - current status (active, away,...

enhancement

Requests that lack a domain name should be handled as if the domain name was ".local".

enhancement
good first issue

Currently Gatekeeper parses processed DNS records & re-encodes them when sending to clients. This breaks DNS compression in record types not understood by Gatekeeper. So far all of the problematic...

enhancement
good first issue

The table should show: - DNS cache size - graphs with request counts over last (week/day/hour) - log of the last couple of requests - button for exporting hex dump...

enhancement