1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" xmlns:itst="http://itstool.org/extensions/" type="topic" style="task" id="net-proxy" xml:lang="zh-CN">
<info>
<its:rules xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" xlink:type="simple" xlink:href="gnome-help.its"/>
<link type="guide" xref="net-general"/>
<revision pkgversion="3.7.1" version="0.2" date="2012-11-16" status="outdated"/>
<revision pkgversion="3.10" date="2013-11-01" status="review"/>
<revision pkgversion="3.18" date="2015-09-28" status="final"/>
<credit type="author">
<name>Phil Bull</name>
<email>philbull@gmail.com</email>
</credit>
<credit type="author">
<name>Baptiste Mille-Mathias</name>
<email>baptistem@gnome.org</email>
</credit>
<credit type="editor">
<name>Michael Hill</name>
<email>mdhillca@gmail.com</email>
</credit>
<credit type="editor">
<name>Ekaterina Gerasimova</name>
<email>kittykat3756@gmail.com</email>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>代理是网络流量的中介,它能让您出于控制或安全的目的匿名访问网络服务,。</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>TeliuTe</mal:name>
<mal:email>teliute@163.com</mal:email>
<mal:years>2011, 2012</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>tuberry</mal:name>
<mal:email>orzun@foxmail.com</mal:email>
<mal:years>2021</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Victor_Trista</mal:name>
<mal:email>ljlzjzm@hotmail.com</mal:email>
<mal:years>2023</mal:years>
</mal:credit>
</info>
<title>代理服务器设置</title>
<section id="what">
<title>什么是代理?</title>
<p><em>网络代理</em>可以过滤查看的网站,它从您的 Web 浏览器中接收请求,获取网页及其元素,并按照策略决定是否将它们传回给您。这通常用于企业和公共无线热点,以控制您可以看哪些网站,防止您在没有登录的情况下访问互联网,或者用于对网站进行安全检查。</p>
</section>
<section id="change">
<title>改变网络代理设置</title>
<steps>
<item>
<p>打开<gui xref="shell-introduction#activities">活动</gui>概览后输入<gui>网络</gui>。</p>
</item>
<item>
<p>点击<gui>网络</gui>打开面板。</p>
</item>
<item>
<p>从左侧列表中选择<gui>网络代理</gui>。</p>
</item>
<item>
<p>在以下代理方式中选择您要用的项:</p>
<terms>
<item>
<title><gui itst:context="proxy">无</gui></title>
<p>应用程序将直接连接到网络获取内容。</p>
</item>
<item>
<title><gui>手动</gui></title>
<p>为每个代理协议指定代理服务器地址和端口信息。这些协议是 <gui>HTTP</gui>、<gui>HTTPS</gui>、<gui>FTP</gui> 和 <gui>SOCKS</gui>。</p>
</item>
<item>
<title><gui>自动</gui></title>
<p>每个 URL 指向一个包含适合您系统的配置资源。</p>
</item>
</terms>
</item>
</steps>
<p>使用网络连接的应用程序将使用您指定的代理设置。</p>
</section>
</page>
|