@@ -45,7 +45,7 @@ func main() {
}
srv := &http.Server{
Addr: fmt.Sprintf("%s:%d", "", 8080),
Addr: fmt.Sprintf("%s:%d", *hostname, *port),
Handler: newRouter(as, ts, log),
The note is not visible to the blocked user.