modified: README.md

modified:   README_CN.md
This commit is contained in:
zyb 2024-06-18 17:27:23 +08:00
parent 2962957cd0
commit 14689621ee
2 changed files with 8 additions and 5 deletions

View File

@ -28,8 +28,9 @@
Modify netinstallexe to enable network installation of NPK files that have been resigned in ISO Modify netinstallexe to enable network installation of NPK files that have been resigned in ISO
### upgrade.py ### 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. 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)

View File

@ -2,6 +2,8 @@
## [English](README.md) ## [English](README.md)
### [MikroTik RouterOS 授权签名验证分析](https://blog.csdn.net/chivalrys/article/details/139770711)
### 下载 [最新](https://github.com/elseif/MikroTikPatch/releases/latest) 的iso文件安装RouterOS. ### 下载 [最新](https://github.com/elseif/MikroTikPatch/releases/latest) 的iso文件安装RouterOS.
![](install.png) ![](install.png)
@ -28,9 +30,9 @@
替换 netinstallexe 中的bootloader的公钥使通过网络安装时可以安装ISO文件内的npk文件 替换 netinstallexe 中的bootloader的公钥使通过网络安装时可以安装ISO文件内的npk文件
### upgrade.py ### upgrade.py
在RouterOS内增加静态域名解析使升级时可以安装ISO文件内的npk文件 在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)