attempting network changes

This commit is contained in:
zhanshi 2025-02-08 10:56:09 +01:00
parent e69085a34e
commit 49bb36eab3

View file

@ -167,5 +167,5 @@ func main() {
log.Println("Serving on :", PORT)
http.ListenAndServe(fmt.Sprintf(":%d", PORT), nil)
http.ListenAndServe(fmt.Sprintf("127.0.0.1:%d", PORT), nil)
}