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

Some OS-es block Wi-Fi using rf-kill. Gatekeeper should handle such case and override rf-kill settings while it's running.

https://www.rfc-editor.org/rfc/rfc8767 Keeping expired DNS records is a pretty good idea. Answers for those queries could then be provided hundreds of milliseconds faster. It's also good for transparency - user visiting...

enhancement
help wanted
good first issue

OpenWRT is a fairly popular OS for homelabs. It would be pretty nice if Gatekeeper could be easily installed & executed there (say as a OpenWRT package).

See http://miniupnp.free.fr/ for reference. This seems to be used by some ASUS routers.

Your project looks great! But the repository is a bit difficult to navigate. For example, there's docs files like images and license. As far as I remember, Github also recognizes...

documentation

1. Gatekeeper should check if passwordless sudo is available & use it automatically at startup if not running as root. 2. If running under graphical environment, graphical password prompt should...

enhancement
good first issue

While htmx is allows one to avoid custom JS, it pollutes HTML markup with hx-attributes. Because of that it should be replaced with a proper script.js. Potentially it could also...

enhancement
good first issue

HTML markup of the Web UI is pretty clean already but there are a couple of places where stylistic elements are hardcoded in HTML. Two specific instances are images in...

enhancement
good first issue

Many other features in Gatekeeper would need to store some state somewhere. This issue is about adding such mechanism. It should be: - familiar (don't invent any new mechanisms or...

enhancement