first commit
This commit is contained in:
23
config.yaml
Normal file
23
config.yaml
Normal file
@ -0,0 +1,23 @@
|
||||
upstream:
|
||||
- server: https://mirrors.aliyun.com
|
||||
match:
|
||||
match: /(alpine|ubuntu)(/.*)
|
||||
replace: /$1$2
|
||||
- server: http://mirrors.tencent.com
|
||||
# - server: https://mirrors.ustc.edu.cn
|
||||
- server: https://packages.microsoft.com/repos/code
|
||||
match:
|
||||
match: /microsoft-code(.*)
|
||||
replace: '$1'
|
||||
- server: http://releases.ubuntu.com/
|
||||
match:
|
||||
match: /ubuntu-releases/(.*)
|
||||
replace: /$1
|
||||
|
||||
misc:
|
||||
rate-first-byte: 31457280 # 1024*1024*30
|
||||
|
||||
storage:
|
||||
type: local # ignored
|
||||
local:
|
||||
path: ./data
|
Reference in New Issue
Block a user