Compare commits

...

2 Commits

Author SHA1 Message Date
1dbf63d7a0 more changes 2024-07-17 17:41:41 +00:00
30151ed958 more changes 2024-07-17 17:39:13 +00:00
2 changed files with 14 additions and 4 deletions

View File

@ -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:

View File

@ -1,4 +1,5 @@
This is the BGP blacklist daemon which can be run on any Linux system to utilize the "hosts.funil.de" BGP blacklist service.
This is the BGP blacklist daemon which can be run on any Linux system to
utilize the "hosts.funil.de" BGP blacklist service but via web updates.
Installation: read the [INSTALL.md](./INSTALL.md) for how to install.