From 14689621ee88dca769672b94a066d7956a738e1a Mon Sep 17 00:00:00 2001 From: zyb Date: Tue, 18 Jun 2024 17:27:23 +0800 Subject: [PATCH] modified: README.md modified: README_CN.md --- README.md | 3 ++- README_CN.md | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3c9dc1..277544d 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,9 @@ Modify netinstallexe to enable network installation of NPK files that have been resigned in ISO ### upgrade.py By adding static domain name resolution in RouterOS, the NPK file that has been resigned in ISO can be installed during the upgrade process. -## all patches are applied automatically with [github workflow](https://github.com/elseif/MikroTikPatch/blob/main/.github/workflows/mikrotik_patch.yml). +## all patches are applied automatically with [Github Action](https://github.com/elseif/MikroTikPatch/blob/main/.github/workflows/mikrotik_patch.yml). +### [MikroTik RouterOS 授权签名验证分析](https://blog.csdn.net/chivalrys/article/details/139770711) diff --git a/README_CN.md b/README_CN.md index 478a57e..5bb8c26 100644 --- a/README_CN.md +++ b/README_CN.md @@ -2,6 +2,8 @@ ## [English](README.md) +### [MikroTik RouterOS 授权签名验证分析](https://blog.csdn.net/chivalrys/article/details/139770711) + ### 下载 [最新](https://github.com/elseif/MikroTikPatch/releases/latest) 的iso文件安装RouterOS. ![](install.png) @@ -28,9 +30,9 @@ 替换 netinstallexe 中的bootloader的公钥,使通过网络安装时可以安装ISO文件内的npk文件 ### upgrade.py 在RouterOS内增加静态域名解析,使升级时可以安装ISO文件内的npk文件 -## 所有的修补操作都在[github workflow](https://github.com/elseif/MikroTikPatch/blob/main/.github/workflows/mikrotik_patch.yml)中进行。 - +## 所有的修补操作都自动运行在[Github Action](https://github.com/elseif/MikroTikPatch/blob/main/.github/workflows/mikrotik_patch.yml)。 +### [MikroTik RouterOS 授权签名验证分析](https://blog.csdn.net/chivalrys/article/details/139770711)