Use correct agent when downloading adaway.org list

See https://discourse.pi-hole.net/t/2278
This commit is contained in:
Mcat12 2017-04-02 12:44:00 -04:00 committed by GitHub
parent d38e034e92
commit ce86205df0
1 changed files with 7 additions and 3 deletions

View File

@ -194,6 +194,10 @@ gravity_spinup() {
cmd_ext="-e http://forum.xda-developers.com/"
;;
"adaway.org")
agent='Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'
;;
"pgl.yoyo.org")
cmd_ext="-d mimetype=plaintext -d hostformat=hosts"
;;