Browse Source

docs: socks5 proxy format

v1.x.x
Dnomd343 1 year ago
parent
commit
b3cda223db
  1. 4
      README.md

4
README.md

@ -169,7 +169,7 @@ asset:
disable: false
update:
cron: "0 5 6 * * *" # 每天凌晨06点05分更新
proxy: "socks5://192.168.2.4:1080" # 通过 socks5 代理更新资源
proxy: "socks5://[IP]:[PORT]" # 通过 socks5 代理更新资源
url:
geoip.dat: "https://cdn.dnomd343.top/v2ray-rules-dat/geoip.dat"
geosite.dat: "https://cdn.dnomd343.top/v2ray-rules-dat/geosite.dat"
@ -183,7 +183,7 @@ asset:
+ `url` :更新的文件名及下载地址,文件保存至 `assets` 中,默认为空
> 默认下载链接为 `Loyalsoldier/v2ray-rules-dat` 镜像,如果您的网络可以正常访问 Github 资源,可以换用以下 URL:
> 默认链接为 `Loyalsoldier/v2ray-rules-dat` 的镜像,如果您可以正常访问 Github,请换用以下 URL:
>
> + `https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat`
>

Loading…
Cancel
Save