st-server / config.default.js
Qilan2's picture
Upload 2 files
4ff14e1 verified
raw
history blame
204 Bytes
// 内部API的IP白名单配置
export const internalApiWhitelist = [
'127.0.0.1', // localhost
// '::1', // localhost IPv6
// '192.168.1.0/24' // 本地网络示例
];