Ugreen记录验证不同国家码对应的跳转链接

 

切换站点siteCode 可以在新加坡的后台管理系统 左边侧边栏有个站点切换 只有新加坡的后台管理系统才有的功能

设备端切换 不同的国家码 countryCode

image

 

root@DXP480TPLUS-820:~# cd /tmp/.cache
root@DXP480TPLUS-820:/tmp/.cache# vi server_node_v2.json
root@DXP480TPLUS-820:/tmp/.cache# cat server_node_v2.json 
{
  "cloudUrl": "https://api-aar.ugnas.com",
  "continent": "Asia",
  "continentCode": "AS",
  "country": "China",
  "countryCode": "us",
  "region": "GD",
  "regionName": "Guangdong",
  "city": "",
  "timezone": "Asia/Shanghai",
  "wanIP": "183.7.*.*",
  "isp": "AS140308||China Telecom",
  "backupIPList": {
    "siteCode": "",
    "domainIPList": null
  },
  "siteCode": "AAR",
  "needConfirm": 0,
  "deviceRegionList": []
}
root@DXP480TPLUS-820:/tmp/.cache# 

 

查看前端请求,要9443端口才能进行对应的前端请求,查看前端请求的countryCode与实际是否相符

image

 

posted @ 2025-08-01 15:10  陈晓猛  阅读(22)  评论(0)    收藏  举报