gpt4 book ai didi

proxy - 确定代理服务器/端口

转载 作者:行者123 更新时间:2023-12-04 08:15:09 24 4
gpt4 key购买 nike

如果这是一个简单的问题,我很抱歉,我对这种事情不熟悉。

我正在尝试确定我的代理服务器 ip 和端口号,以便使用 google 日历同步程序。我使用谷歌浏览器下载了 proxy.pac 文件。最后一行是:

return "PROXY proxyhost:1081";

我相信这意味着端口号是 1081,但是对于代理服务器,我期待的是格式为“proxy.example.com”的东西有什么建议吗?

谢谢

最佳答案

您使用的是 Windows 操作系统吗?

您可以按Win+R,在运行框中输入“cmd”,您会得到“命令提示符”,然后输入以下命令并按< kbd>输入。

命令 1

ipconfig  /all | find /i "Dns Suffix"

它会显示类似这样的内容。

Primary Dns Suffix . . . . . . . : xxx.xxx.xxx

命令 2

ping proxyhost

它会显示类似这样的内容。

Pinging proxyhost.xxx.xxx.xxx [yyy.yyy.yyy.yyy] with 32 bytes of data: Reply from yyy.yyy.yyy.yyy: bytes=32 time=1ms TTL=60

那么也许“proxyhost.xxx.xxx.xxx”就是您想要的。

关于proxy - 确定代理服务器/端口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18338908/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com