虚拟机
PVE
PVE-创建虚拟机
PVE-CPU
PVE-多网卡
PVE-开机启动
PVE-容器配置
PVE-iKuai
iKuai-内部无法访问域名
iKuai-NTP服务器
PVE-群晖
群晖-PVE中无法关闭
PVE-直通
PVE-OpenWrt
OpenWrt-DDNS
OpenWrt-挂载U盘
OpenWrt-更换软件源
OpenWrt-单臂路由
OpenWrt-DNS
OpenWrt-端口映射
OpenWrt-静态地址
OpenWrt-常见问题
OpenWrt-断网自动重播
OpenWrt-限制联网
OpenWrt-配置路由表
OpenWrt-https证书(Lets Encrypt)
OpenWrt-单接口多IP
OpenWrt-Wan/Lan自由搭配
OpenWrt-Mesh组网
OpenWrt-WiFi双频合并
OpenWrt-ssh无法连接
OpenWrt-OAF(应用控制)
PVE-更新源
PVE-常见问题
PVE-Linux
PVE-Debian 11
PVE-SSL证书
PVE-添加用户
PVE-iStoreOS(路由兼轻NAS系统)
PVE-扩容磁盘
PVE-挂载 ISCSI
PVE-MQ iRouter(秒开路由器)
PVE-虚拟机 备份/还原
PVE-常用指令
PVE-电源键启动虚拟机
PVE-ntp(时间同步)
VMware
NAS系统
Hyper-V
Hyper-V_创建虚拟机
Hyper-V_虚拟网络
Hyper-V_GPU虚拟化
Web-虚拟机
本文档使用 MrDoc 发布
-
+
首页
OpenWrt-更换软件源
官方默认源国内使用速度很慢,尝试更换第三方源使用 - 官网:https://downloads.openwrt.org - 清华大学:http://mirrors.tuna.tsinghua.edu.cn/openwrt - 中科大:http://mirrors.ustc.edu.cn/openwrt - 腾讯:https://mirrors.cloud.tencent.com/openwrt - 阿里:https://mirrors.aliyun.com/openwrt - 教育网:https://openwrt.proxy.ustclug.org ## 通过 Web 修改 系统——软件包——`配置 opkg…` 用 `第三方源` 的地址替换原地址,注意,每条都要替换  ## 通过 SSH 修改 * /etc/opkg/customfeeds.conf:`用户自定义源`,建议把新增的软件源写在该文件中,格式为:`src/gz 源名称 源地址` * /etc/opkg/distfeeds.conf:`发行版官方源`,不建议更改,如果非要更改,可以将源内容注释掉方便恢复 ## https 报错 官方源是`http`协议的,国内的镜像源是`https`的 OpenWrt的官方发行版固件中并没有添加对wget的SSL支持,因此如果直接替换为https的源,执行opkg命令后会收到错误消息: ```bash wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages. *** Failed to download the package list from https://*** ``` 解决方法也很简答,可以在替换源之前先用官方源安装下面两个包: ```bash opkg update #更新 opkg install ca-certificates luci-ssl-openssl #添加SSL支持 ``` ## wget ruturn 报错 * 试试把软件源 `https` 改成 `http` * 注释掉 `opkg.conf` 中 `option check_signature` 跳过校验 及其不推荐,签名不对的软件包可能不适合当前版本 
造物者W
2025年4月30日 12:45
转发文档
收藏文档
上一篇
下一篇
手机扫码
复制链接
手机扫一扫转发分享
复制链接
Markdown文件
分享
链接
类型
密码
更新密码