灵思 (@1049358057)宝塔使用kiro-Go反代kiro 中发帖

L站帖子: 
https://linux.do/t/topic/1564253 
GitHub: 
https://github.com/Quorinex/Kiro-Go/ 
此文章仅作补充 
使用过程中遇到: 
部署后成功进入了,但是添加账号后,刷新失败: 
Token refresh failed: Post "https://oidc.us-east-1.amazonaws.com/token": dial tcp: lookup oidc.us-east-1.amazonaws.com on 169.254.169.240:53: read udp 172.17.0.2:37795->169.254.169.240:53: read: no route to host

AI发现问题: 
这个错误是因为容器内的 DNS 解析有问题,无法访问外网去获取 oidc.us-east-1....
 
 
Back to Top