mirror of
https://github.com/kataras/iris.git
synced 2025-12-24 13:27:03 +00:00
I changed that because some guys has problems in their hosting machines,
and they should use the "127.0..0.1" instead of "0.0.0.0", if you have
problems just pass `iris.Listen("127.0.0.1:8080") instead of
`iris.Listen(":8080")`