1
0
mirror of https://gitee.com/IrisVega/frp.git synced 2024-11-01 22:31:29 +08:00
frp/conf
沈鸿飞 307d1bfa3f
Fix log.level configuration in frps.toml ()
```toml
log.level = info
```
changed to
```toml
log.level = "info"
```
2023-10-10 19:45:33 +08:00
..
legacy update confugration examples and README () 2023-10-10 16:48:13 +08:00
frpc.toml update confugration examples and README () 2023-10-10 16:48:13 +08:00
frps.toml Fix log.level configuration in frps.toml () 2023-10-10 19:45:33 +08:00