개념
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Outline을 사용하면 제한사항을 우회하여 개방형 인터넷에 액세스할 수 있습니다. 다음 주요 개념을 통해 작동 방식을 이해할 수 있습니다.
서비스 제공업체 및 최종 사용자
Outline 시스템에는 두 가지 기본 역할이 있습니다. 하나는 서버를 관리하는 서비스 제공업체이고 다른 하나는 이러한 서버를 통해 인터넷에 액세스하는 최종 사용자입니다.
- 서비스 제공업체는 Outline 서버를 만들고 액세스 키를 생성하여 최종 사용자에게 키를 배포합니다. 이를 위해 Outline Manager 애플리케이션을 사용할 수 있습니다.
- 최종 사용자는 Outline 클라이언트 애플리케이션을 설치하고 수신된 액세스 키를 붙여넣고 보안 터널에 연결합니다.
액세스 키
액세스 키는 사용자 인증 정보로, 이를 통해 사용자가 Outline 서버에 연결할 수 있습니다. 액세스 키에는 Outline 클라이언트가 보안 연결을 설정하는 데 필요한 정보가 포함됩니다. 액세스 키에는 다음 두 가지 유형이 있습니다.
정적 액세스 키: 서버 주소, 포트, 비밀번호, 암호화 방법 등 연결하는 데 필요한 모든 서버 정보를 인코딩하여 액세스 정보가 수정되지 못하도록 합니다. 사용자는 이 키를 Outline 클라이언트에 붙여넣습니다.
예:
ss://Y2hhY2hhMjAtaWV0Zi1wb2x5MTMwNTo1UkVmeFRqbHR6Mkw@outline-server.example.com:17178/?outline=1
동적 액세스 키: 서비스 제공업체가 서버 액세스 정보를 원격으로 호스팅할 수 있습니다. 이를 통해 제공업체는 새 액세스 키를 최종 사용자에게 재발급하지 않고도 서버 구성(서버 주소, 포트, 비밀번호, 암호화 방법)을 업데이트할 수 있습니다. 자세한 내용은 동적 액세스 키를 참고하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-07(UTC)
[null,null,["최종 업데이트: 2025-07-07(UTC)"],[[["\u003cp\u003eUsers may face restrictions in accessing the open internet, leading to blocked access.\u003c/p\u003e\n"],["\u003cp\u003eOutline Manager is used to create a server on the cloud and generate unique access keys.\u003c/p\u003e\n"],["\u003cp\u003eAccess keys generated by the manager are shared with users who need to bypass censorship.\u003c/p\u003e\n"],["\u003cp\u003eUsers install the Outline client and use their keys to establish a secure tunnel to bypass restrictions.\u003c/p\u003e\n"]]],["Outline helps bypass internet censorship. Users experiencing blocked access can utilize Outline Manager to create a server on the cloud and generate unique access keys. These keys are then distributed to other users. Users install the Outline client and input their provided keys. This action establishes a secure tunnel, allowing them to bypass restrictions and access the open internet.\n"],null,["# Concepts\n\nOutline helps users bypass restrictions to access the open internet. Here's are\nsome key concepts to understand how it works:\n\nService providers and end users\n-------------------------------\n\nThe Outline system involves two main roles: **service providers** , who manage\nthe servers, and **end users**, who access the internet through those servers.\n\n- **Service providers** create the Outline servers, generate **access keys** , and **distribute the keys** to end users. One way to do this is using the **Outline Manager** application.\n- **End users** install the **Outline Client** application, paste in the **access key** they received, and **connect** to a secure tunnel.\n\nAccess keys\n-----------\n\nAccess keys are the credentials that allow users to connect to an Outline\nserver. They contain the necessary information for the Outline Client to\nestablish a secure connection. There are two types of access keys:\n\n- **Static access keys** encode all the server information needed to connect\n (server address, port, password, encryption method), preventing the access\n information from being modified. Users paste this key into the Outline\n Client.\n\n Example: \n\n ss://Y2hhY2hhMjAtaWV0Zi1wb2x5MTMwNTo1UkVmeFRqbHR6Mkw@outline-server.example.com:17178/?outline=1\n\n- **Dynamic access keys** allow a service provider to host the server access\n information remotely. This lets providers update their server configuration\n (server address, port, passwords, encryption method) without needing to\n reissue new access keys to end users. For more detailed documentation, see\n [Dynamic Access\n Keys](/outline/docs/guides/service-providers/dynamic-access-keys)."]]