开发者电脑 IP 切换,增加白名单

This commit is contained in:
2026-06-18 23:11:09 +08:00
parent e672ac8d3f
commit 38fcfd730c
2 changed files with 2 additions and 0 deletions

View File

@@ -233,6 +233,7 @@ IP_ACCESS_MODE = 'whitelist'
IP_WHITELIST = [
'111.32.64.171',
'43.142.0.208',
'223.104.7.77',
]
# 黑名单blacklist 模式下生效)— 支持单 IP 和 CIDR 网段
IP_BLACKLIST = []