初始提交:FRP内网穿透安装配置文档及配置文件备份
This commit is contained in:
27
Config_Toml/NasConfig/frpc.toml
Normal file
27
Config_Toml/NasConfig/frpc.toml
Normal file
@@ -0,0 +1,27 @@
|
||||
serverAddr = "www.orpaon.com"
|
||||
serverPort = 7000
|
||||
auth.token = "MyFrp@2026!SecRet#3102105231"
|
||||
|
||||
# 群晖 DSM 管理页面代理
|
||||
[[proxies]]
|
||||
name = "synology-dsm"
|
||||
type = "tcp"
|
||||
localIP = "127.0.0.1"
|
||||
localPort = 5000
|
||||
remotePort = 7001
|
||||
|
||||
# 群晖 WebDAV 文件访问(HTTP)
|
||||
[[proxies]]
|
||||
name = "synology-webdav"
|
||||
type = "tcp"
|
||||
localIP = "127.0.0.1"
|
||||
localPort = 5005
|
||||
remotePort = 7003
|
||||
|
||||
# 群晖 Gitea 代码仓库
|
||||
[[proxies]]
|
||||
name = "synology-gitea"
|
||||
type = "tcp"
|
||||
localIP = "192.168.0.130"
|
||||
localPort = 3000
|
||||
remotePort = 7004
|
||||
Reference in New Issue
Block a user