check:
items:
- speed
- youtube
- openai
- netflix
- disney
concurrent: 10
timeout: 10
interval: 10
items
: Check items, available options:speed
,youtube
,openai
,netflix
,disney
concurrent
: Number of concurrent checkstimeout
: Timeout duration in millisecondsinterval
: Check interval in minutes
save:
method: http
port: 8081
webdav-url: "https://webdav-url/dav/"
webdav-username: "webdav-username"
webdav-password: "webdav-password"
github-token: "github-token"
github-gist-id: "github-gist-id"
github-api-mirror: "https://worker-url/github"
worker-url: https://worker-url
worker-token: token
method
: Save method, available options:webdav
,http
,gist
,r2
port
: Save port- webdav:
webdav-url
: WebDAV URLwebdav-username
: WebDAV usernamewebdav-password
: WebDAV password
- gist:
github-token
: GitHub token for Gistgithub-gist-id
: Gist ID
- r2:
worker-url
: Worker URLworker-token
: Worker token
# mihomo api
mihomo-api-url: "http://192.168.31.11:9090"
# mihomo api secret
mihomo-api-secret: ""
api-url
: Mihomo API URLapi-secret
: Mihomo API secret
rename:
flag: true
method: "mix"
flag
: Whether to enable renamingmethod
: Renaming method, available options:mix
,api
,regex
When using the
mix
method, it will first performregex
renaming followed byapi
renaming