- Install dependencies via
npm i
- Create a configuration file, like `or.js'
startUrl
is the entry URL where to begin checkingdomains
defines the hostname which also should be checked- Validate your site via
node index.js --config=your-config.js
- 使用
npm i
安装依赖 - 参考
or.js
的格式,创建你的配置文件 startUrl
表示开始检查的入口domains
表示哪些域名需要被检查- 接下来,执行
node index.js --config=你的配置文件.js
开始检查即可