feat(docker): 添加 frpc 服务配置

- 新增 frpc 的 docker-compose 文件、配置文件和 README
- 移除 list.yaml 中的 adguard filter_1.txt
This commit is contained in:
2025-06-04 22:50:47 +08:00
parent 135f8c31f0
commit fee71b299a
4 changed files with 57 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
# frps服务器地址
serverAddr = "127.0.0.1"
# frps服务器端口
serverPort = 7000
# frps服务器token
token = "yourfrptoken"
[[proxies]]
name = "tcp"
type = "tcp"
localIP = "127.0.0.1"
localPort = 8000
remotePort = 9876