go搭建的服务器 局域网内和本机ip都无法访问

XiaoZhangJian · 2018-08-21 23:56:08 · 5182 次点击

本机ip :端口。 你哪块也好使? 局域网内ip能ping通

#4
更多评论

http.ListenAndServe("0.0.0.0:8000", nil) 换成 http.ListenAndServe(":8000", nil) }

#1

不好使,我都试过了 这两种方式

#2