<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>手动设置代理 &#8211; OSDWAN</title>
	<atom:link href="https://www.osdwan.net/archives/tag/%e6%89%8b%e5%8a%a8%e8%ae%be%e7%bd%ae%e4%bb%a3%e7%90%86/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osdwan.net</link>
	<description>合规稳定国际网络专线宽带</description>
	<lastBuildDate>Sat, 19 Apr 2025 00:41:47 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>手机电脑路由器等不同设备如何配置代理IP</title>
		<link>https://www.osdwan.net/archives/6288</link>
					<comments>https://www.osdwan.net/archives/6288#respond</comments>
		
		<dc:creator><![CDATA[Laoyu]]></dc:creator>
		<pubDate>Sat, 19 Apr 2025 00:41:46 +0000</pubDate>
				<category><![CDATA[行业百科]]></category>
		<category><![CDATA[Clash]]></category>
		<category><![CDATA[代理IP]]></category>
		<category><![CDATA[全局代理]]></category>
		<category><![CDATA[手动设置代理]]></category>
		<guid isPermaLink="false">https://www.osdwan.com/?p=6288</guid>

					<description><![CDATA[在不同设备上配置代理IP（如HTTP/HTTPS/SOCKS代理）的步骤其实大同小异，核心思路都是 告诉设备：...]]></description>
										<content:encoded><![CDATA[<p class="wp-block-paragraph">在不同设备上配置代理IP（如HTTP/HTTPS/SOCKS代理）的步骤其实大同小异，核心思路都是 <strong>告诉设备：把你的网络请求先发给代理服务器，再由代理服务器转发到目标网站</strong>。下面用通俗语言分设备说明：</p><hr class="wp-block-separator has-alpha-cha

el-opacity"/><h3 class="wp-block-heading"><strong>? 手机/平板（Android &amp; iOS）</strong></h3><h4 class="wp-block-heading"><strong>1. Wi-Fi网络下配置代理</strong></h4><p class="wp-block-paragraph"><strong>适用场景</strong>：仅当前Wi-Fi走代理（比如连公司/学校Wi-Fi时）。<br><strong>步骤</strong>（以Android为例，iOS类似）：</p><ol class="wp-block-list"><li>进入 <strong>Wi-Fi设置</strong> → 长按当前连接的Wi-Fi → <strong>修改网络</strong>。</li><li>找到 <strong>代理设置</strong> → 选择 <strong>手动</strong>（有的叫“静态”）。</li><li>填写：</li></ol><ul class="wp-block-list"><li><strong>代理主机名</strong>：代理服务器的IP或域名（如 <code>1.2.3.4</code>）。</li><li><strong>代理端口</strong>：代理服务的端口（如 <code>8080</code>）。</li><li>（可选）<strong>用户名/密码</strong>：如果代理需要认证。</li></ul><ol class="wp-block-list"><li>保存后，该Wi-Fi下的所有流量都会走代理。</li></ol><p class="wp-block-paragraph"><strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a0.png" alt="⚠" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 注意</strong>：</p><ul class="wp-block-list"><li>iOS需要单独安装证书（如企业代理）。</li><li><strong>移动数据默认不走Wi-Fi代理</strong>！需用VPN或全局代理App。</li></ul><hr class="wp-block-separator has-alpha-cha

el-opacity"/><h4 class="wp-block-heading"><strong>2. 全局代理（所有网络生效）</strong></h4><p class="wp-block-paragraph"><strong>方法</strong>：使用代理App（如Shadowrocket、Clash for Android）。</p><ol class="wp-block-list"><li>下载支持代理的App，填写代理服务器信息（SOCKS/HTTP）。</li><li>开启「全局代理」后，<strong>所有流量</strong>（包括移动数据）都走代理。</li></ol><hr class="wp-block-separator has-alpha-cha

el-opacity"/><h3 class="wp-block-heading"><strong>? 电脑（Windows &amp; macOS）</strong></h3><h4 class="wp-block-heading"><strong>1. 系统级代理（推荐浏览器/轻量使用）</strong></h4><p class="wp-block-paragraph"><strong>适用场景</strong>：仅让浏览器或部分软件走代理。<br><strong>步骤</strong>：</p><ul class="wp-block-list"><li><strong>Windows</strong>：</li></ul><ol class="wp-block-list"><li>打开 <strong>设置 → 网络和Internet → 代理</strong>。</li><li>在「手动设置代理」中填写IP和端口，保存。</li></ol><ul class="wp-block-list"><li><strong>macOS</strong>：</li></ul><ol class="wp-block-list"><li><strong>系统设置 → 网络 → 高级 → 代理</strong>。</li><li>勾选 <strong>HTTP/HTTPS/SOCKS代理</strong>，填写地址端口。</li></ol><p class="wp-block-paragraph"><strong>效果</strong>：系统内所有支持代理的软件（如浏览器、下载工具）会自动生效。</p><hr class="wp-block-separator has-alpha-cha

el-opacity"/><h4 class="wp-block-heading"><strong>2. 应用单独设置代理</strong></h4><p class="wp-block-paragraph"><strong>适用场景</strong>：仅特定软件走代理（如浏览器、迅雷）。</p><ul class="wp-block-list"><li><strong>浏览器</strong>（Chrome/Firefox）：</li></ul><ol class="wp-block-list"><li>安装插件（如SwitchyOmega）或直接在设置中填写代理。</li><li>输入代理IP和端口，保存。</li></ol><ul class="wp-block-list"><li><strong>其他软件</strong>：在软件的「设置 → 网络」中找代理选项。</li></ul><hr class="wp-block-separator has-alpha-cha

el-opacity"/><h4 class="wp-block-heading"><strong>3. 命令行代理（程序员必备）</strong></h4><p class="wp-block-paragraph"><strong>适用场景</strong>：让终端命令（如<code>curl</code>、<code>git</code>）走代理。</p><pre class="wp-block-code"><code># 临时生效（Linux/macOS/Windows Git Bash）
export http_proxy="http://1.2.3.4:8080"
export https_proxy="http://1.2.3.4:8080"

# 测试是否生效
curl ipinfo.io  # 显示的IP应是代理IP</code></pre><hr class="wp-block-separator has-alpha-cha

el-opacity"/><h3 class="wp-block-heading"><strong>? 路由器（全家设备代理）</strong></h3><p class="wp-block-paragraph"><strong>适用场景</strong>：让所有连Wi-Fi的设备（电视、智能家居）自动走代理。<br><strong>步骤</strong>：</p><ol class="wp-block-list"><li>登录路由器后台（通常浏览器输入 <code>192.168.1.1</code>）。</li><li>找到 <strong>网络设置 → 代理/DNS</strong>，填写代理服务器信息。</li><li>重启路由器，所有连接该Wi-Fi的设备都会通过代理上网。</li></ol><p class="wp-block-paragraph"><strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a0.png" alt="⚠" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 注意</strong>：</p><ul class="wp-block-list"><li>低端路由器可能不支持代理，需刷固件（如OpenWRT）。</li><li>可能影响网速，建议仅需代理的设备单独设置。</li></ul><hr class="wp-block-separator has-alpha-cha

el-opacity"/><h3 class="wp-block-heading"><strong>? 游戏主机（PS/Xbox/Switch）</strong></h3><p class="wp-block-paragraph"><strong>方法</strong>：</p><ol class="wp-block-list"><li><strong>通过路由器代理</strong>：直接配置路由器（同上）。</li><li><strong>手动设置主机网络</strong>：</li></ol><ul class="wp-block-list"><li>在主机网络设置中填写代理IP和端口（类似手机Wi-Fi代理）。</li></ul><ol class="wp-block-list"><li><strong>使用热点共享</strong>：</li></ol><ul class="wp-block-list"><li>先用电脑/手机开代理，再共享热点给主机。</li></ul><hr class="wp-block-separator has-alpha-cha

el-opacity"/><h3 class="wp-block-heading"><strong>? 通用注意事项</strong></h3><ol class="wp-block-list"><li><strong>代理类型要对</strong>：</li></ol><ul class="wp-block-list"><li>HTTP代理：适合网页浏览。</li><li>SOCKS5代理：适合游戏、BT下载（支持UDP）。</li></ul><ol class="wp-block-list"><li><strong>测试是否生效</strong>：</li></ol><ul class="wp-block-list"><li>访问 <a href="https://ipinfo.io">ipinfo.io</a> 或 <a href="https://whatismyip.com">whatismyip.com</a> 查看当前IP。</li></ul><ol class="wp-block-list"><li><strong>关代理记得还原</strong>！否则可能无法上网。</li></ol><hr class="wp-block-separator has-alpha-cha

el-opacity"/><h3 class="wp-block-heading"><strong>? 总结</strong></h3><ul class="wp-block-list"><li><strong>简单需求</strong>：用系统/Wi-Fi代理（如临时访问外网）。</li><li><strong>专业需求</strong>：用App或路由器（如长期翻墙、游戏加速）。</li><li><strong>懒人方案</strong>：直接买现成的代理工具（如Clash、Surge）。</li></ul><p class="wp-block-paragraph"><strong>代理不是VPN</strong>！如果需要全局加密，还是得用VPN（比如企业内网访问）。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osdwan.net/archives/6288/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
