Commit Graph

3 Commits (9cb0726ebcce8901b17dcb15c85da0168b8e219b)

Author SHA1 Message Date
fatedier 9cb0726ebc
fix example config (#3701) 1 year ago
沈鸿飞 307d1bfa3f
Fix log.level configuration in frps.toml (#3655)
```toml
log.level = info
```
changed to
```toml
log.level = "info"
```
1 year ago
fatedier 3ae1a4f45a
update confugration examples and README (#3650) 1 year ago