Releases: mafik/gatekeeper
Releases · mafik/gatekeeper
Gatekeeper 1.0.1
Run all commands as root
:
- Create
/opt/gatekeeper/
directory. - Download gatekeeper.tar.gz.
- Extract it with
cd /opt/gatekeeper && tar -xzf <path to downloaded gatekeeper.tar.gz>
. - (Optionally) Do a test run with
sudo ./gatekeeper <interface name>
. Ctrl+C to stop. - Edit
/opt/gatekeeper/gatekeeper.service
file and change the interface name frombr0
to the name of your local interface. - Install systemd service with
sudo systemctl enable --now /opt/gatekeeper/gatekeeper.service
. - Open web interface by navigating to
http://<IP of the local interface>:1337/
in your browser.
Gatekeeper 1.0.0
Run all commands as root
:
- Create
/opt/gatekeeper/
directory. - Download gatekeeper.tar.gz.
- Extract it with
cd /opt/gatekeeper && tar -xzf <path to downloaded gatekeeper.tar.gz>
. - (Optionally) Do a test run with
./gatekeeper <interface name>
. Ctrl+C to stop. - Edit
/opt/gatekeeper/gatekeeper.service
file and change the interface name frombr0
to the name of your local interface. - Install systemd service with
sudo systemctl enable --now /opt/gatekeeper/gatekeeper.service
. - Open web interface by navigating to
http://<IP of the chosen interface>:1337/
in your browser.