Closed czhou closed 3 months ago
"index4": "public" 获取到的IP一直是127.0.0.1,
{ "$schema": "https://ddns.newfuture.cc/schema/v2.8.json", "id": "11223344", "token": "xxxxxxxxxxxx", "dns": "dnspod", "ipv4": ["xxx.yyy.net"], "ipv6": [], "index4": "default", "index6": "default", "ttl": null, "proxy": null, "debug": true, "cache": false }
2024-08-02 03:15:00,671 <run.main> 143@run.py [INFO] Cache is disabled! 2024-08-02 03:15:00,672 <ip._open> 51@util/ip.py [DEBUG] open: https://pv.sohu.com/cityjson?ie=utf-8 2024-08-02 03:15:00,737 <ip._open> 55@util/ip.py [DEBUG] response: var returnCitySN = {"cip": "127.0.0.1", "cid": "00", "cname": "未知"};
[DEBUG] open: https://pv.sohu.com/cityjson?ie=utf-8 这个URL返回的IP就是127.0.0.1,是不是应该考虑换一个服务? var returnCitySN = {"cip": "127.0.0.1", "cid": "00", "cname": "未知"};
看起来https://pv.sohu.com/cityjson?ie=utf-8出问题了😂
https://pv.sohu.com/cityjson?ie=utf-8
搜狐这个不能作为默认值了
请问有马上就能用的替代服务么?没有的话就只能自己搞一个了...
更新一下? 最新得是 https://api-ipv4.ip.sb/ip 或者使用 url:xxx指定API
https://api-ipv4.ip.sb/ip
url:xxx
没问题了,谢谢。
描述问题 (Describe the bug)
"index4": "public" 获取到的IP一直是127.0.0.1,
版本信息 (version info)
复现步骤 (To Reproduce)
配置文件 (config file)
调试输出 (debug output)
补充说明 (Additional context)
[DEBUG] open: https://pv.sohu.com/cityjson?ie=utf-8 这个URL返回的IP就是127.0.0.1,是不是应该考虑换一个服务? var returnCitySN = {"cip": "127.0.0.1", "cid": "00", "cname": "未知"};