标签: python server localhost bottle intranet
在我的Macbook中; 在端口8090上服务的我的瓶子服务器中的静态页面可以在localhost中访问,但在我的Intranet-IP上无法访问。 另一方面,可以通过两个接口访问本地端口8080上的httpd服务器:localhost和intranet-ip
是否有任何解决瓶子在我的Intranet-IP上无法连接的建议?谢谢!