This commit is contained in:
Grzegorz Surmann 2024-07-17 17:45:55 +00:00
parent 426814a076
commit 1279161de2

View File

@ -1,6 +1,9 @@
Updates are simple:
# Updates
cd /opt/bgpblist/
git pull
systemctl daemon-reload
systemctl restart bgpblacklist.service
Updates are simple:
```
cd /opt/bgpblist/
git pull
systemctl daemon-reload
systemctl restart bgpblacklist.service
```