frp/conf
沈鸿飞 307d1bfa3f
Fix log.level configuration in frps.toml (#3655)
```toml
log.level = info
```
changed to
```toml
log.level = "info"
```
2023-10-10 19:45:33 +08:00
..
legacy update confugration examples and README (#3650) 2023-10-10 16:48:13 +08:00
frpc.toml update confugration examples and README (#3650) 2023-10-10 16:48:13 +08:00
frps.toml Fix log.level configuration in frps.toml (#3655) 2023-10-10 19:45:33 +08:00