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.
如何将码头服务器绑定到多个 IP。在我的情况下,我希望来自 172.18.1.1 到 172.18.1.5 ips 绑定在同一端口上的请求将由单个服务器实例处理。
您可以尝试在所有 IP 上设置代理服务器,将请求转发到您的实例。