24 lines
502 B
YAML
24 lines
502 B
YAML
|
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
|