bump spiderfoot to 3.1 final

Fix Spiderfoot issue not showing current scan
This commit is contained in:
t3chn0m4g3
2020-08-13 09:06:49 +00:00
parent c28642932a
commit 50d67fc286
2 changed files with 5 additions and 1 deletions

View File

@ -149,4 +149,8 @@ server {
proxy_pass http://127.0.0.1:64303/spiderfoot/scandelete;
}
location /scaninfo {
proxy_pass http://127.0.0.1:64303/spiderfoot/scaninfo;
}
}