Skip to content

Commit

Permalink
docs: update dependency install command for openwrt
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyxdd committed Mar 24, 2024
1 parent bf29881 commit 4e60490
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
6 changes: 1 addition & 5 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,7 @@ OpenGFW は OpenWrt 23.05 で動作することがテストされています(
依存関係をインストールしてください:

```shell
# バージョン22.03以降(nftables をベースとしたファイアウォール)の場合
opkg install kmod-nft-queue kmod-nf-conntrack-netlink

# バージョン22.03以前(22.03を除く、iptablesをベースとしたファイアウォール)の場合
opkg install kmod-ipt-nfqueue iptables-mod-nfqueue kmod-nf-conntrack-netlink
opkg install nftables kmod-nft-queue kmod-nf-conntrack-netlink
```

### 設定例
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,7 @@ OpenGFW has been tested to work on OpenWrt 23.05 (other versions should also wor
Install the dependencies:

```shell
# For OpenWrt version 22.03 and later (nftables based firewall)
opkg install kmod-nft-queue kmod-nf-conntrack-netlink

# For OpenWrt versions prior to 22.03 (excluding 22.03, iptables based firewall)
opkg install kmod-ipt-nfqueue iptables-mod-nfqueue kmod-nf-conntrack-netlink
opkg install nftables kmod-nft-queue kmod-nf-conntrack-netlink
```

### Example config
Expand Down
6 changes: 1 addition & 5 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,7 @@ OpenGFW 在 OpenWrt 23.05 上测试可用(其他版本应该也可以,暂时
安装依赖:

```shell
# 对于 22.03 或者之后的版本(基于 nftables 的防火墙)
opkg install kmod-nft-queue kmod-nf-conntrack-netlink

# 对于 22.03 之前的版本(不包括 22.03, 基于 iptables 的防火墙)
opkg install kmod-ipt-nfqueue iptables-mod-nfqueue kmod-nf-conntrack-netlink
opkg install nftables kmod-nft-queue kmod-nf-conntrack-netlink
```

### 样例配置
Expand Down

0 comments on commit 4e60490

Please sign in to comment.