fix: 更新 WebUI 服务器监听地址为 127.0.0.1

pull/1445/head
墨梓柒 2025-12-19 00:47:06 +08:00
parent 30a633b388
commit 53a5e0b764
No known key found for this signature in database
GPG Key ID: 4A65B9DBA35F7635
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ enable = true
[webui] # WebUI 独立服务器配置
enabled = true # 是否启用WebUI
mode = "production" # 模式: development(开发) 或 production(生产)
host = "0.0.0.0" # WebUI 服务器监听地址
host = "127.0.0.1" # WebUI 服务器监听地址
port = 8001 # WebUI 服务器端口
# 防爬虫配置