Files
web/src/app/(home)/docs/(client)/browser-proxy/page.mdx
2026-01-14 17:27:31 +08:00

26 lines
984 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 ieConfig from './images/ieConfig.webp';
import lanConfig from './images/lanConfig.webp';
# 浏览器代理设置教程
打开IE浏览器选择“设置”点击“Internet选项”在弹出的“局域网LAN设置”中代理服务器的复选框打上勾并填写从蓝狐HTTP获取的ip地址及端口号点击确定刷新浏览器浏览器的IP就改变了。
1、打开IE浏览器选择“设置”
<Image
src={ieConfig}
alt="IE浏览器设置"
width={'100%'}
margin-top={'0'}
/>
2、点击“Internet选项”
3、弹出“Internet选项”弹窗选择连接—局域网设置
<Image
src={lanConfig}
alt="IE浏览器设置"
width={'100%'}
margin-top={'0'}
/>
4、在弹出的“局域网LAN设置”中代理服务器的复选框打上勾并填写从蓝狐代理获取的ip地址及端口。点击确定即设置成功了。