rename example configuration file name (#3721)

This commit is contained in:
fatedier
2023-10-24 10:42:51 +08:00
committed by GitHub
parent 806b55c292
commit a6478aeac8
7 changed files with 527 additions and 513 deletions

View File

@@ -459,9 +459,11 @@ Read the full example configuration files to find out even more features not des
Examples use TOML format, but you can still use YAML or JSON.
[Full configuration file for frps (Server)](./conf/frps.toml)
These configuration files is for reference only. Please do not use this configuration directly to run the program as it may have various issues.
[Full configuration file for frpc (Client)](./conf/frpc.toml)
[Full configuration file for frps (Server)](./conf/frps_full_example.toml)
[Full configuration file for frpc (Client)](./conf/frpc_full_example.toml)
### Using Environment Variables