安装 的是 elseif Patch 版本的 ARM64 或者衍生版本 从7.19.4和7.20beta8开始 安装option包 srciparm64 适用于 ARM64 机型如AX2 ,Chateau Pro ax srcipmipsle 适用于 mipsle,mmips 机型如rb750gr3 上传 下面的文件(按需修改文件名)到 files 根目录 (srcip srcip_config.json也可以自定义目录下修改 rc.local 内对应 rc.local 开机执行程序 (不是所有机型和版本都支持) srcip 代理程序 srcip_config.json 程序配置文件和程序同目录 快速进入 shell 模式 /system shell 回车无需登录 执行文件权限 chmod 755 /rw/disk/srcip 然后重启就可以了 不重启就手动执行 ./rw/disk/srcip 也可以 ./flash/rw/disk/srcip 如遇疑难杂症可以加 -D 参数启动显示调试LOG 默认运行终端不输出任何LOG 默认管理端口 路由IP http://ip:8088 admin admin888 程序会占用 tcp 12345 作为数据入口 routeros 终端命令执行 /ip firewall nat [find ] add action=redirect chain=dstnat dst-address-type=!local protocol=tcp src-address=192.168.88.0/24 \ src-address-type=!local to-ports=12345 place-before=0 2026042817* 完善UI界面 潜在问题 完善健康状态,IP 状态残留问题,断路器残留问题 新增加 DNS-over-TCP DNS 代理功能和配置 默认端口监听 12353 首次使用需要在web上配置开启 或在配置文件加入 "dns_proxy": { "enabled": true, "listen_addr": ":12353", "upstream_dns": "8.8.8.8:53", "timeout": "3s" }, routeros 增加 重定向客户端 DNS请求到程序 /ip firewall nat [find ] add action=redirect chain=dstnat dst-address-type=!local dst-port=53 protocol=udp src-address=192.168.88.0/24 src-address-type=!local \ to-ports=12353 place-before=0 20260514 修复 归属地 使用https 接口 优化 tls 握手 增加 支持 socks5:// ss:// trojan:// vless:// 格式。链接解析 在添加规则菜单中 优化DNS代理服务增加多服务器配置支持 增加系统内存和空闲内存信息显示 增强系统稳定性..