Skip to content

Commit 69ffed6

Browse files
Fix #4 by changeing wget User Agent to "Wget/1.19 (linux-gnu)"
1 parent dc0d5a9 commit 69ffed6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bing-ip2hosts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ STOP_AFTER_PAGES=5
3232
BING_SETLANG=en-us
3333
BING_SETMKT=
3434
UNAME=$(uname)
35-
USER_AGENT="Wget/1.19.4 (linux-gnu)" # Bing responds differently to wget version 1.20+
35+
USER_AGENT="Wget/1.19 (linux-gnu)" # Bing responds differently to wget version 1.20+
3636

3737
N="\033[0;0m" #NORMAL
3838
W="\033[0;97m" #WHITE

0 commit comments

Comments
 (0)