pub / goaccess_dashboard

Tiny tool for privacy-preserving web-analytics
git clone https://src.jayvii.de/pub/goaccess_dashboard.git
Home | Log | Files | Exports | Refs | Submodules | README | RSS

Makefile (131B)


      1 update-spamlist:
      2 	git submodule sync
      3 	paste -s -d '|' modules/referrer-spam-list/spammers.txt | \
      4 		tee ./spammers.txt > /dev/null