<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hans">
	<id>https://wiki.fangc.top/index.php?action=history&amp;feed=atom&amp;title=Linux%E9%85%8D%E7%BD%AE%E4%BB%A3%E7%90%86%E4%B8%8A%E7%BD%91</id>
	<title>Linux配置代理上网 - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.fangc.top/index.php?action=history&amp;feed=atom&amp;title=Linux%E9%85%8D%E7%BD%AE%E4%BB%A3%E7%90%86%E4%B8%8A%E7%BD%91"/>
	<link rel="alternate" type="text/html" href="https://wiki.fangc.top/index.php?title=Linux%E9%85%8D%E7%BD%AE%E4%BB%A3%E7%90%86%E4%B8%8A%E7%BD%91&amp;action=history"/>
	<updated>2026-04-21T08:50:25Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://wiki.fangc.top/index.php?title=Linux%E9%85%8D%E7%BD%AE%E4%BB%A3%E7%90%86%E4%B8%8A%E7%BD%91&amp;diff=1068&amp;oldid=prev</id>
		<title>2023年6月21日 (三) 09:14 FC</title>
		<link rel="alternate" type="text/html" href="https://wiki.fangc.top/index.php?title=Linux%E9%85%8D%E7%BD%AE%E4%BB%A3%E7%90%86%E4%B8%8A%E7%BD%91&amp;diff=1068&amp;oldid=prev"/>
		<updated>2023-06-21T09:14:49Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== 配置代理 ==&lt;br /&gt;
&lt;br /&gt;
=== 无需验证 ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;linux-config&amp;quot;&amp;gt;&lt;br /&gt;
export http_proxy=http://proxy_ip:proxy_port&lt;br /&gt;
export https_proxy=http://proxy_ip:proxy_port&lt;br /&gt;
export SOCKS_SERVER=socks://proxy_ip:proxy_port&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 需要验证 ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;linux-config&amp;quot;&amp;gt;&lt;br /&gt;
export http_proxy=http://username:password@proxy_ip:proxy_port&lt;br /&gt;
export https_proxy=http://username:password@proxy_ip:proxy_port&lt;br /&gt;
export SOCKS_SERVER=&amp;quot;socks://username:password@proxy_ip:proxy_port&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 删除代理 ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;linux-config&amp;quot;&amp;gt;&lt;br /&gt;
unset http_proxy&lt;br /&gt;
unset https_proxy&lt;br /&gt;
unset SOCKS_SERVER&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 检查目前使用代理 ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;linux-config&amp;quot;&amp;gt;&lt;br /&gt;
echo $http_proxy&lt;br /&gt;
echo $https_proxy&lt;br /&gt;
echo $SOCKS_SERVER&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 验证代理通断 ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;linux-config&amp;quot;&amp;gt;&lt;br /&gt;
curl -x &amp;lt;proxy_ip:proxy_port&amp;gt; http://example.com&lt;br /&gt;
curl --socks5 &amp;lt;proxy_ip:proxy_port&amp;gt; http://example.com&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
[[分类:Linux]]&lt;br /&gt;
[[分类:科学上网]]&lt;/div&gt;</summary>
		<author><name>FC</name></author>
	</entry>
</feed>