From 19016cd966f68859de2130f588a6b155c111e3ea Mon Sep 17 00:00:00 2001 From: estkme <145633413+estkme@users.noreply.github.com> Date: Sun, 3 Mar 2024 22:43:27 +0800 Subject: [PATCH] update --- content/_index.md | 6 ++--- content/quickstart/{stk.md => stk-menu.md} | 0 content/stk/remotelpa/_index.md | 2 +- content/stk/settings/remote-lpa.md | 27 ++++++++++++++++++++++ 4 files changed, 31 insertions(+), 4 deletions(-) rename content/quickstart/{stk.md => stk-menu.md} (100%) create mode 100644 content/stk/settings/remote-lpa.md diff --git a/content/_index.md b/content/_index.md index 22483b7..330a77e 100644 --- a/content/_index.md +++ b/content/_index.md @@ -11,6 +11,6 @@ eSTK.me致力于提供创新性的可移除eUICC体验。 ## 推荐向导 ### 快速启动 -- [我希望在iPhone、iPad或WindowsPhone上使用eSTK.me](./quickstart/stk.md) -- [我希望在出厂时搭载Android 9及以上版本的智能手机上使用eSTK.me](./quickstart/omapi.md) -- [我希望在Raspberry Pi、Windows PC、Linux SBC等智能硬件上管理eSTK.me](./quickstart/pcsc.md) \ No newline at end of file +- [我希望在iPhone、iPad或WindowsPhone上使用eSTK.me](./quickstart/stk-menu) +- [我希望在出厂时搭载Android 9及以上版本的智能手机上使用eSTK.me](./quickstart/omapi) +- [我希望在Raspberry Pi、Windows PC、Linux SBC等智能硬件上管理eSTK.me](./quickstart/pcsc) diff --git a/content/quickstart/stk.md b/content/quickstart/stk-menu.md similarity index 100% rename from content/quickstart/stk.md rename to content/quickstart/stk-menu.md diff --git a/content/stk/remotelpa/_index.md b/content/stk/remotelpa/_index.md index cdb1f70..38ab2b9 100644 --- a/content/stk/remotelpa/_index.md +++ b/content/stk/remotelpa/_index.md @@ -2,4 +2,4 @@ title = "Remote LPA" date = 2023-12-17T18:29:42+08:00 weight = 2 -+++ \ No newline at end of file ++++ diff --git a/content/stk/settings/remote-lpa.md b/content/stk/settings/remote-lpa.md new file mode 100644 index 0000000..30bd239 --- /dev/null +++ b/content/stk/settings/remote-lpa.md @@ -0,0 +1,27 @@ ++++ +title = "Remote LPA" +date = 2023-12-17T21:54:11+08:00 +weight = 7 ++++ + +## 配置Remote LPA + +Remote LPA依赖位于互联网上的服务器工作,用户需要自行指定服务器地址,以及是否启用该功能。 + +{{% notice style="tip" title="可靠操作" %}} +1. 你可以自由尝试该功能。 +2. 该操作的结果是可逆的,或至少有一种恢复先前状态的方法。 +{{% /notice %}} + +点击该菜单项后,将会弹出: +1. Remote LPA 服务器的IP地址,仅接受IPv4地址 +2. Remote LPA 服务器的端口号 +3. Remote LPA 工作模式选项。 + +> 当前可供选择的 Remote LPA 模式 +1. Enabled : 启用Remote LPA功能 +2. Disabled : 禁用Remote LPA功能 + +{{% notice style="info" title="关于服务端" %}} +Remote LPA的服务端是根据AGPL v3协议开源在lpac项目中的,仅需要极低的CPU与内存资源,满足IPv4与任意一个TCP端口即可自行架设。 +{{% /notice %}}