2022年7月

  1. 设置nginx附件大小限制
    1.1 全局限制
    编辑/etc/nginx/nginx.conf,在http段中加入如下语句

    client_max_body_size 20m;

    即可把附件大小限制修改为20MB

    1.2 分server设置
    编辑/etc/nginx/sites-enabled/目录下的server配置文件,在server段中加入1.1中的代码即可

  2. 设置PHP附件大小限制
    编辑/etc/php/7.4/fpm/php.ini,修改以下三个参数

    upload_max_filesize = 20M ; 修改限制为20MB
    post_max_size = 20M ; 修改限制为20MB
    max_execution_time = 300 ; 相应提高页面允许执行时间
  3. 重启php和nginx服务

    systemctl restart php7.4-fpm
    systemctl restart nginx
  4. 参考
    https://blog.csdn.net/qq_40880022/article/details/121744438

    https://www.polarxiong.com/archives/typecho%E4%B8%AD%E4%BF%AE%E6%94%B9%E4%B8%8A%E4%BC%A0%E9%99%84%E4%BB%B6%E5%A4%A7%E5%B0%8F%E9%99%90%E5%88%B6.html#:~:text=typecho%E4%B8%AD,%E4%BA%861000M%E4%BA%86%E3%80%82

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