proxy-detector/config/config.yaml

19 lines
505 B
YAML
Raw Permalink Normal View History

port: 12580 # default 12580
# source list file
source-files:
2024-12-10 10:44:32 +08:00
- ./config/source.yaml
# use web file
# - https://example.com/config/source.yaml
# ======= 可选项留空使用default值 ======= #
#==== Interval between each crawling ====#
crawl-interval: 30 # v0.5.x default 60 (minutes)
#crontime: # v0.4.x default 60 (minutes). Deprecated in the newest version
healthcheck-timeout: 30 # default 5 (seconds)
healthcheck-interval: 10
goroutines: 500