From 30151ed95823498b3c1671413c45735d689d1458 Mon Sep 17 00:00:00 2001 From: Grzegorz Surmann Date: Wed, 17 Jul 2024 17:39:13 +0000 Subject: [PATCH] more changes --- INSTALL.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 7324aad..f061cb2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,10 +1,19 @@ +Quick install (all in one): + + git clone https://git.funil.de/sinuspl/bgpblist /opt/bgpblist/ + cp /opt/bgpblist/etc/default/config.ini /opt/bgpblist/etc/config.ini + cp /opt/bgpblist/etc/systemd/bgpblacklist.service /etc/systemd/system/bgpblacklist.service + systemctl daemon-reload + systemctl enable bgpblacklist.service + systemctl start bgpblacklist.service + 1. First, checkout the repository: - git clone https://git.funil.de/sinuspl/bgpblist /opt/bgpblist + git clone https://git.funil.de/sinuspl/bgpblist /opt/bgpblist/ -2. Run it once, it will create config: +2. Copy the default config to create own config: - /opt/bgpblist/sbin/bgpblacklistd + cp /opt/bgpblist/etc/default/config.ini /opt/bgpblist/etc/config.ini 3. Edit the config.ini, if you have are a customer: