diff --git a/main.go b/main.go
index fba2735cc255f94ff98f9a709c5c459c2706b95f..c79ca465cc7f97d2c8d486db642d3ea96914f50d 100644
--- a/main.go
+++ b/main.go
@@ -107,5 +107,5 @@ func main() {
 
     //LiAnSe listens on TCP net addr, calls serve with handler (nil)
     // -to handle req on incoming connections, if accept it keeps TCP alive
-	log.Fatal(http.ListenAndServe(":"+port, nil))
+	log.Fatal(http.ListenAndServe("0.0.0.0:"+port, nil))
 }