dont wait for response

This commit is contained in:
Dylan Parker
2023-01-08 05:04:44 -06:00
parent 9640e6dc2d
commit 5eff7e1c08
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ func main() {
log.Fatal(err)
}
log.Printf("lilproxy initialized")
log.Printf("lilproxy initialized on port: (%s) target address: (%s)", port, target)
log.Fatal(c.ListenAndServe())
}