# エンドポイントの追加

\
[プランの有効化](/panel/activate-plan.md)後、エンドポイントの追加を行います。\
(<https://panel.nohit.cc/endpoint>)\
\
上記のリンクからエンドポイントの追加・編集・削除が可能です。<br>

<figure><img src="/files/EKA4gZRwwzTdokUSlk00" alt=""><figcaption><p>エンドポイント追加画面</p></figcaption></figure>

* **サーバーアドレス**\
  保護をするサーバーのIPアドレスを入力します。
* **サーバーポート**

  保護をするサーバーのポート番号を入力します。
* **プロトコル**\
  TCPかUDPをお選びいただきます。\
  \
  `TCP(Transmission Control Protocol)`\
  Java版のエンドポイントを追加する場合はこちらのプロトコルを選択します。\
  \
  ~~`UDP(User Datagram Protocol)`~~\
  ~~統合版のエンドポイントを追加する場合はこちらのプロトコルを選択します。~~\
  **UDPの提供は終了しました。(24年3月)**<br>
* **プロキシプロトコル**\
  プロキシプロトコルについての詳細は、[proxy-protocolについて](/settings/proxy-protocol.md) から確認することができます。

{% hint style="info" %}
UDPのみオン・オフ選択可能です。TCPを利用する場合はオンに設定してください。
{% endhint %}

すべての項目を入力・選択しましたら**完了**ボタンを押してください。エンドポイントが追加されるまでに数秒\~数分程度かかります。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nohit.cc/panel/endopointono.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
