初始提交:FRP内网穿透安装配置文档及配置文件备份

This commit is contained in:
2026-04-20 10:28:05 +08:00
commit 762b26b701
6 changed files with 794 additions and 0 deletions

15
Config_Toml/frps.toml Normal file
View File

@@ -0,0 +1,15 @@
bindPort = 7000
auth.token = "MyFrp@2026!SecRet#3102105231"
webServer.addr = "0.0.0.0"
webServer.port = 7500
webServer.user = "admin"
webServer.password = "MyFrp@3102105231"
log.to = "/var/log/frps.log"
log.level = "info"
log.maxDays = 7
allowPorts = [
{ start = 7001, end = 7020 },
]