README.md

This commit is contained in:
q3aql 2024-05-01 11:28:53 +02:00
parent 85e49048c9
commit b352111208

View File

@ -11,7 +11,7 @@ sudo apt install iptables ipset rsyslog grep sed
## How to install blockauth:
```
git clone https://gitlab.com/q3aql/blockauth.git
git clone https://git.q3aql.dev/q3aql/blockauth.git
cd blockauth
sudo ./install.sh
```
@ -19,7 +19,7 @@ sudo ./install.sh
## How to unninstall blockauth:
```
git clone https://gitlab.com/q3aql/blockauth.git
git clone https://git.q3aql.dev/q3aql/blockauth.git
cd blockauth
sudo ./unninstall.sh
```