Codebase list bing-ip2hosts / 8717377
New upstream version 1.0.5 Steev Klimaszewski 1 year, 6 months ago
3 changed file(s) with 8 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 Version 1.0.5 October 2nd, 2021
1
2 ## MISC
3 * Changed User-Agent to wget/1.20. Fixed an error where it finds no results. Thanks @mathieu-aubin
4
05 Version 1.0.4 October 2nd, 2020
16
27 ## MISC
184184
185185 ### Community contributors
186186 - @paralax
187 - @mathieu-aubin (bug fix)
187188
188189 ## Acknowledgments
189190
1919 # You should have received a copy of the GNU General Public License
2020 # along with this program. If not, see <http://www.gnu.org/licenses/>.
2121
22 VERSION=1.0.4
22 VERSION=1.0.5
2323 TMP_DIR="${TMPDIR:-/tmp}"
2424 QUIET=0
2525 OUTPUT_IP=0
3131 BING_SETLANG=en-us
3232 BING_SETMKT=
3333 UNAME=$(uname)
34 USER_AGENT="Wget/1.19 (linux-gnu)" # Bing responds differently to wget version 1.20+
34 USER_AGENT="Wget/1.20 (linux-gnu)" # Bing responds differently to wget version 1.20+
3535
3636 N="\033[0;0m" #NORMAL
3737 W="\033[0;97m" #WHITE