Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
127.0.0.1:8087 上的默认 goagent 设置。我想在 192.168.1.101:8080 上公开我的 goagent 代理服务,以便我的 iphone 也可以访问 facebook。有什么想法吗?
您只需要配置 proxy.ini(在文件夹 'local' 中),如下所示:
[listen] ip = your-hostname port = 8087 visible = 1 debuginfo = 0
将 your-hostname 替换为您的真实主机名。