Skip to content

Commit d34853f

Browse files
committed
Update README files with installation instructions for OpenWrt 25.12 and fix formatting
1 parent 069a80b commit d34853f

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
with:
5555
name: luci-app-fleth-${{ matrix.package_type }}
5656
path: bin/packages/x86_64/huggy/
57-
archive: false
5857
# - name: 'Pack all packages'
5958
# run: tar cf pack.tar bin/packages/x86_64/base/ds-lite* bin/packages/x86_64/base/ds-lite*
6059
- name: Release

readme-en.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ luci-app-fleth is a helper that can automatically configure IPv4 over IPv6 tunne
66

77
> Japan use only
88
9+
**If wan6 cannot obtain IPv6 on OpenWrt 25.10**
10+
Run the fix (delete) under “Uplink Client ID Fix” in Tools, or clear `Network → Interfaces → Default DUID`.
11+
912
[>>>>>> Download Here <<<<<<](https://github.com/makeding/luci-app-fleth/releases)
13+
# Installation (apk)
14+
If you are using OpenWrt 25.12 or newer, there is no signature yet, so `--allow-untrusted` is required.
15+
16+
```
17+
apk add --allow-untrusted /tmp/luci-app-fleth_*.apk
18+
```
1019
# Supported ISPs
1120
https://qiita.com/site_u/items/b6d5097f5e3a0f91c95d
1221

@@ -69,4 +78,4 @@ i18n:
6978
po2lmo po/ja/fleth.po root/usr/lib/lua/luci/i18n/fleth.ja.lmo
7079
```
7180
# License
72-
MIT + GPL2 (If the `luci-proto-ipip6h` component is included in the build)
81+
MIT + GPL2 (If the `luci-proto-ipip6h` component is included in the build)

readme-zhs.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ luci-app-fleth 是一个可以自动配置 IPv4 over IPv6 隧道的辅助工具
66

77
> 仅面向日本
88
9+
**OpenWrt 25.10 上 wan6 无法获取 IPv6 的解决办法**
10+
在 Tools 里执行 “Uplink Client ID Fix” 的修复(删除),或在 `Network → Interfaces → Default DUID` 中清空。
11+
912
[>>>>>> 点击此处下载 <<<<<<](https://github.com/makeding/luci-app-fleth/releases)
13+
# 安装(apk)
14+
如果使用 OpenWrt 25.12 或更新版本,目前没有签名,需要 `--allow-untrusted`
15+
16+
```
17+
apk add --allow-untrusted /tmp/luci-app-fleth_*.apk
18+
```
1019
# 对应 ISP
1120
https://qiita.com/site_u/items/b6d5097f5e3a0f91c95d
1221

@@ -70,4 +79,4 @@ make package/huggy/luci-app-fleth/compile
7079
po2lmo po/ja/fleth.po root/usr/lib/lua/luci/i18n/fleth.ja.lmo
7180
```
7281
# 许可证
73-
MIT + GPL2(如果构建中包含 `luci-proto-ipip6h` 组件)
82+
MIT + GPL2(如果构建中包含 `luci-proto-ipip6h` 组件)

readme.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ luci-app-fleth は、IPv4 over IPv6 トンネルを自動構成できるヘル
66

77
> 日本向け
88
9+
**OpenWrt 25.10 で wan6 が IPv6 を取得できない場合**
10+
Tools で「Uplink Client ID Fix」の修復(削除)を実行するか、`Network → Interfaces → Default DUID` を空にしてください。
11+
912
[>>>>>>ダウンロードはこちら<<<<<<<](https://github.com/makeding/luci-app-fleth/releases)
13+
# インストール (apk)
14+
OpenWrt 25.12 以降を使用する場合、署名がまだ無いので `--allow-untrusted` が必要です。
15+
16+
```
17+
apk add --allow-untrusted /tmp/luci-app-fleth_*.apk
18+
```
1019
# 対応 ISP
1120
https://qiita.com/site_u/items/b6d5097f5e3a0f91c95d
1221

@@ -70,4 +79,4 @@ i18n:
7079
po2lmo po/ja/fleth.po root/usr/lib/lua/luci/i18n/fleth.ja.lmo
7180
```
7281
# License
73-
MIT + GPL2(If the `luci-proto-ipip6h` component is included in the build)
82+
MIT + GPL2(If the `luci-proto-ipip6h` component is included in the build)

0 commit comments

Comments
 (0)