Files
web/src/app/(home)/docs/(operation)/whitelist-guide/page.mdx
2026-01-14 17:27:31 +08:00

35 lines
966 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import Image from 'next/image';
import whitelist from './images/whitelist.webp';
import whitelist01 from './images/whitelist01.webp';
import whitelist02 from './images/whitelist02.webp';
import whitelist03 from './images/whitelist03.webp';
# 如何添加白名单
1. 进入控制台选择白名单点击添加白名单或选择提取IP点击添加白名单。
<Image
src={whitelist}
alt="IE浏览器设置"
width={'100%'}
margin-top={'0'}
/>
<Image
src={whitelist01}
alt="IE浏览器设置"
width={'100%'}
margin-top={'0'}
/>
2. 填写白名单的IP地址/当前IP地址点击保存。
<Image
src={whitelist02}
alt="IE浏览器设置"
width={'100%'}
margin-top={'0'}
/>
3. 生成白名单记录。
<Image
src={whitelist03}
alt="IE浏览器设置"
width={'100%'}
margin-top={'0'}
/>