Cache-Control,做好本地缓存Authorization: Bearer ********************curl --location --request GET '/scripts/library/raw?path=network/clean-dnscache.bat' \
--header 'Authorization: Bearer <token>'@echo off
: : 清理DNS缓存脚本
: : 适用于Windows系统,执行后会自动刷新DNS解析缓存
ipconfig /flushdns