mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-13 19:58:08 +00:00
Load listbot data from OTC
This commit is contained in:
parent
2f9648d1f6
commit
1a7b3b3795
1 changed files with 2 additions and 2 deletions
4
docker/elk/logstash/dist/update.sh
vendored
4
docker/elk/logstash/dist/update.sh
vendored
|
@ -27,8 +27,8 @@ if [ "$myCHECK" == "0" ];
|
|||
then
|
||||
echo "Connection to Netlify looks good, now downloading latest translation maps."
|
||||
cd /etc/listbot
|
||||
aria2c -s16 -x 16 https://dtag-dev-sec.netlify.com/cve.yaml.bz2 && \
|
||||
aria2c -s16 -x 16 https://dtag-dev-sec.netlify.com/iprep.yaml.bz2 && \
|
||||
aria2c -s16 -x 16 http://80.158.38.137/cve.yaml.bz2 && \
|
||||
aria2c -s16 -x 16 http://80.158.38.137/iprep.yaml.bz2 && \
|
||||
bunzip2 -f *.bz2
|
||||
cd /
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue