コンセプト
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Outline は、ユーザーが制限を回避してオープンなインターネットにアクセスできるようにします。その仕組みを理解できるよう、主なコンセプトを以下で説明していきます。
サービス プロバイダとエンドユーザー
Outline システムに関連する主な立場として、サーバーを管理するサービス プロバイダと、プロバイダのサーバーを介してインターネットにアクセスするエンドユーザーの 2 つがあります。
- サービス プロバイダは Outline サーバーを作成し、アクセスキーを生成して、エンドユーザーにキーを配布します。これを行う方法の一つに Outline マネージャー アプリケーションを使用する方法があります。
- エンドユーザーは Outline クライアント アプリケーションをインストールし、受け取ったアクセスキーを貼り付けて、セキュア トンネルに接続します。
アクセスキー
アクセスキーとは、ユーザーに Outline VPN サーバーとの接続を許可するための認証情報のことです。Outline クライアントが安全な接続を確立するために必要な情報が含まれています。アクセスキーには次の 2 種類があります。
静的アクセスキー: 接続に必要なすべてのサーバー情報(サーバー アドレス、ポート、パスワード、暗号化方式)をエンコードして、アクセス情報が改ざんされないようにします。ユーザーはこのキーを Outline クライアントに貼り付けます。
例:
ss://Y2hhY2hhMjAtaWV0Zi1wb2x5MTMwNTo1UkVmeFRqbHR6Mkw@outline-server.example.com:17178/?outline=1
動的アクセスキー: サービス プロバイダがサーバー アクセス情報をリモートでホストできるようにします。プロバイダはエンドユーザーに新しいアクセスキーを再発行することなく、サーバーの構成(サーバー アドレス、ポート、パスワード、暗号化方式)を更新できます。詳細については、動的アクセスキーをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-11 UTC。
[null,null,["最終更新日 2025-07-11 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)."]]