Skip to content

Releases: mafik/gatekeeper

Gatekeeper 1.0.1

29 May 15:17
Compare
Choose a tag to compare

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.

Gatekeeper 1.0.0

29 May 07:06
Compare
Choose a tag to compare

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 ./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 chosen interface>:1337/ in your browser.