Skip to content

Gatekeeper 1.0.1

Compare
Choose a tag to compare
@mafik mafik released this 29 May 15:17
· 446 commits to main since this release

Run all commands as root:

  1. Create /opt/gatekeeper/ directory.
  2. Download gatekeeper.tar.gz.
  3. Extract it with cd /opt/gatekeeper && tar -xzf <path to downloaded gatekeeper.tar.gz>.
  4. (Optionally) Do a test run with sudo ./gatekeeper <interface name>. Ctrl+C to stop.
  5. Edit /opt/gatekeeper/gatekeeper.service file and change the interface name from br0 to the name of your local interface.
  6. Install systemd service with sudo systemctl enable --now /opt/gatekeeper/gatekeeper.service.
  7. Open web interface by navigating to http://<IP of the local interface>:1337/ in your browser.