docs: add a section about openwrt (#53)

This commit is contained in:
Toby
2024-02-11 13:12:49 -08:00
committed by GitHub
parent 6d33a0d51c
commit 7a52228ec6
3 changed files with 30 additions and 0 deletions

View File

@@ -52,6 +52,16 @@ export OPENGFW_LOG_LEVEL=debug
./OpenGFW -c config.yaml rules.yaml
```
#### OpenWrt
OpenGFW は OpenWrt 23.05 で動作することがテストされています(他のバージョンも動作するはずですが、検証されていません)。
依存関係をインストールしてください:
```shell
opkg install kmod-nft-queue kmod-nf-conntrack-netlink
```
### 設定例
```yaml