在互联网上,有几个地方可以告诉你如何获得IP地址。它们中的许多看起来像这个例子:// Getting Ip address of local machine...Console.WriteLine("Local Machine's Host Name: " + strHostName);
// Then using host name, get the IP
假设我要将请求重定向到同一本地网络中的另一台计算机。我可以使用它的私有IP地址或它的公共IP地址。私人部门会否取得更快的表现?proxy_pass http://192.168.0.101; # Private IPproxy_pass http://100.200.300.40; # Public IP