]> git.99rst.org Git - openwrt-packages.git/commit
frp: migrate generated configuration from INI to TOML
authorRoc Lai <redacted>
Tue, 14 Jul 2026 23:04:33 +0000 (07:04 +0800)
committerAlexandru Ardelean <redacted>
Wed, 19 Aug 2026 19:28:50 +0000 (22:28 +0300)
commit5c4151039612910a89f082967842c387d1d972e3
tree92f74892d233f633c6717daf4dc58b573f704501
parent15d8b0e9cfea1599deb081495a599744b7a64b79
frp: migrate generated configuration from INI to TOML

Migrate frpc and frps configuration generation to the TOML format used by
current frp releases.

- generate TOML configuration from UCI options
- add UCI defaults migration for existing installations
- install additional fragments under /etc/frp/frpc.d and /etc/frp/frps.d
- preserve manual raw TOML fragment support without exposing it in LuCI
- keep client and server TCP mux settings aligned
- update the package metadata for the current frp release artifacts

Signed-off-by: Roc Lai <redacted>
net/frp/Makefile
net/frp/files/frpc.config
net/frp/files/frpc.init
net/frp/files/frpc.uci-defaults
net/frp/files/frps.config
net/frp/files/frps.init
net/frp/files/frps.uci-defaults [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT