bgt icon indicating copy to clipboard operation
bgt copied to clipboard

Server addresses in the example

Open zhanxw opened this issue 9 years ago • 1 comments

In the BGT example, on my server, 0.0.0.0 does not work:

curl -s '0.0.0.0:8000' | less -S  # help
curl -s '0.0.0.0:8000/?a=(impact=="HIGH")&s=(population=="FIN")&f=(AC>0)'

I switched it to 127.0.0.1 and then the example worked.

zhanxw avatar Oct 27 '15 06:10 zhanxw

Thanks for letting me know. I'll leave this issue open until I fix README.

lh3 avatar Oct 27 '15 14:10 lh3