C:\>curl.exe http://google.com
<!DOCTYPE html><html><head><title> ... </html>
C:\>ping google.com
Ping request could not find host google.com. Please check the name and try again.
或通过简单的Java程序:
java.net.UnknownHostException: google.com
我在一个NTLM身份验证代理后面,并通过localhost:3128使用CNTLM访问。CNTLM工作正常。
你有什么建议吗?