Nyapopitems (@Mikesteves) 在 记录下我用CLIproxyAPI反代反重力的历程 中发帖
此帖子专门记录我利用CLIproxyAPI在docker容器里本地部署,反代反重力的历程。
1.从github克隆项目:
Releases · router-for-me/CLIProxyAPI
2.在docker里本地部署:
这一步,参考config.example.yaml,按需配置config.yaml。
# Server host/interface to bind to. Default is empty ("") to bind all interfaces (IPv4 + IPv6).
# Use "127.0.0.1" or "localhost" to restrict access to local machine only.
host: ""
# Server port
port: 8317
# TLS settings for HTTPS. When ...