mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-04 00:31:10 +08:00
Support using proxy dial-up connection to GitHub.
This commit is contained in:
parent
f5c32915b9
commit
c7aea91c43
8 changed files with 80 additions and 9 deletions
|
|
@ -114,6 +114,10 @@ enabled = false # 是否开启速率限制
|
|||
rateMethod = "total" # "ip" or "total" 速率限制方式
|
||||
ratePerMinute = 180 # 每分钟限制请求数量
|
||||
burst = 5 # 突发请求数量
|
||||
|
||||
[proxy]
|
||||
enabled = false # 是否使用代理连接
|
||||
url = "socks5://127.0.0.1:1080" # "http://127.0.0.1:7890" 支持HTTP代理和SOCKS5代理 支持多级SOCKS5代理
|
||||
```
|
||||
|
||||
### 黑名单配置
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue