Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 647 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 647 Bytes

softether-bot-blocker

Parse logs from softether and block addresses

Be careful. This software is experimental.

How to install

Clone code to your server

git clone https://github.com/Aladex/softether-bot-blocker.git

Go to the blocker folder

cd softether-bot-blocker

Create folder for binary

mkdir -p /opt/blockspam

Copy binary and config to install folder

cp release/softher-bot-blocker /opt/blockspam/.
cp release/config.yml /opt/blockspam/.

Copy service file to systemd folder

cp release/blockspam.service /etc/systemd/system/.

Reload services

systemctl daemon-reload

Start service

systemctl start blockspam