1
0
mirror of https://github.com/fatedier/frp.git synced 2025-03-10 05:40:15 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
fatedier
a6478aeac8
rename example configuration file name () 2023-10-24 10:42:51 +08:00
fatedier
496b1f1078
remove configuration files in release assets () 2023-10-23 10:47:59 +08:00
fatedier
9cb0726ebc
fix example config () 2023-10-19 17:28:35 +08:00
沈鸿飞
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
fatedier
3ae1a4f45a
update confugration examples and README () 2023-10-10 16:48:13 +08:00