1. DNS提速插件(LingMaxDNS)

https://github.com/zanzhz1101/LingMaxDNS
1.1 下载对应系统和处理器架构的二进制文件
1.2 设置及启动

以linux系统、amd64处理器为例

拷贝到 /etc/LingMaxDns_linux_amd64

以openwrt举例 管理后台->网络->防火墙->自定义规则 (配置全部经过路由53端口的DNS数据包都转发到8287端口 或者配置上游dnsmaq也行)

iptables -t nat -A PREROUTING -p udp --dport 53 -j REDIRECT --to-ports 8287

保存设置

直接执行测试看看有没有报错

/etc/LingMaxDns_linux_amd64

开机启动方案1 (二选一) 管理后台->系统->启动项->本地启动脚本

/etc/LingMaxDns_linux_amd64 &

开机启动方案2 (二选一) ssh执行

ln -s /etc/LingMaxDns_linux_amd64 /etc/rc.d/S999LingMaxDns

参考:
https://www.right.com.cn/forum/thread-8137820-1-1.html

https://www.right.com.cn/forum/thread-8210921-1-1.html

2. 双边网络加速(Hysteria)

Hysteria 是一个功能丰富的,专为恶劣网络环境进行优化的网络工具(双边加速),比如卫星网络、拥挤的公共 Wi-Fi、在中国连接国外服务器等。 基于修改版的 QUIC 协议。

https://github.com/HyNetwork/hysteria

3. 伪Pandownload 0.1.0

PanDownload_公测版_0.1.0_ALL.zip

https://pandownload.net/

https://dl.lancdn.com/landian/soft/pd/

https://www.landiannews.com/download/94673.html

标签: none

添加新评论