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
|
<?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="ko">
<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>조성호</mal:name>
<mal:email>shcho@gnome.org</mal:email>
<mal:years>2021, 2022, 2023</mal:years>
</mal:credit>
</info>
<title>프록시 설정 정의</title>
<section id="what">
<title>프록시란 뭘까요?</title>
<p><em>웹 프록시</em>는 찾아볼 웹사이트를 추려내어, 웹브라우저가 요청한 웹 페이지와 구성 요소를 받아오며, 다음 정책에 따라 되돌려 전달할 지 여부를 결정합니다. 보통 웹 프록시는 로그인을 하지 않고 인터넷에 접근하는 행위를 막거나 웹사이트 보안 검사를 우선적으로 수행할 목적으로 기업망이나 공용 무선 핫스팟에서 여러분이 어떤 웹 사이트를 볼 수 있게할 지 제어할 때 활용합니다.</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>
|