Loading... 1.打开`\config\custom_components\hacs\base.py`文件 2.搜索`self.session.get`找到这串代码 ``` request = await self.session.get( url=url, timeout=ClientTimeout(total=60), headers=headers, ) ``` 3.加入`proxy="http://ip:port",` ``` request = await self.session.get( url=url, timeout=ClientTimeout(total=60), headers=headers, proxy="http://ip:port", ) ``` Last modification:May 4, 2023 © Allow specification reprint Support Appreciate the author AliPayWeChat Like 4 喜欢我的文章吗? 别忘了点赞或赞赏,让我知道创作的路上有你陪伴。