8 lines
407 B
Plaintext
8 lines
407 B
Plaintext
# MyBlog IP 白名单自动上报配置(家庭 Windows 电脑)
|
|
# 用法:复制本文件为 ipwatch.conf 并填写下面两项,再运行 install.ps1
|
|
#
|
|
# SERVER:博客地址(必须能访问 /myip 与 /api/ipwatch/report),一般填域名
|
|
# SECRET:必须与服务器 .env 里的 IPWATCH_SECRET 完全一致
|
|
SERVER=https://guzhujushi.cn
|
|
SECRET=请填写与服务器 IPWATCH_SECRET 相同的值
|