Ver código fonte

Add "crawler" and "voltron" to bot UA search

master
Matt Baer 9 anos atrás
pai
commit
91771fc838
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      bots/findBots.sh

+ 1
- 1
bots/findBots.sh Ver arquivo

@@ -4,7 +4,7 @@
# Generates a Go map containing all bots that have accessed Write.as
#

cat /var/log/$1 | grep -i bot | awk -F\" '{print $4}' | sort | uniq > bots.txt
cat /var/log/$1 | grep -i 'bot\|crawler\|voltron' | awk -F\" '{print $4}' | sort | uniq > bots.txt

rm bots.go



Carregando…
Cancelar
Salvar