// emit warnings if user put unspecified IP addresses; they probably want the bind directive
for_,h:=rangehosts{
ifh=="0.0.0.0"||h=="::"{
log.Printf("[WARNING] Site block has unspecified IP address %s which only matches requests having that Host header; you probably want the 'bind' directive to configure the socket",h)