# Introduction

mole-routeは、外部からアクセスできない環境にインターネット経由で接続可能なURLを発行し、一時的に外部から接続することが出来るツールです。\
発行したURLを使用して、外部のブラウザで内部の環境を表示することが出来ます。\
\
:pencil: 外部からアクセスできない環境とは、例えば...

* グローバルIPアドレスを持っていない
* ローカルネットワーク上
* そもそもサーバーが起動していない
* 会社などの内部ネットワーク \
  ...などなど

**まずは、**[**Free Version**](https://doc.mole-route.io/free-version)**を使ってみましょう** :raised\_hands:&#x20;

\
&#x20;:bulb: ご利用にあたって...\
クライアント側の接続先のホスト名とポート番号 (例: `localhost:8080`) 又はIPとポート番号 (例: `192.168.1.1:80`) がクライアント側のブラウザで表示されることが前提です。

:bulb: mole-routeには無料の**Free Version**と有料の**Paid Version**とがあります。

\
:moneybag: **Paid Version**をご希望の際は別途契約をする必要がございます。

## mole-routeで出来ること

### :free: Free Version

* 外部からアクセスできない環境のサーバーやPCにインターネット経由で接続可能なURLを発行し、一時的にインターネット経由で接続
* 接続先をプロファイルとしてローカルに保存
* 既存プロファイルの上書き
* 外部からアクセスできない環境のサーバーやPCの特定のディレクトリをファイルサーバーモードで接続

### :moneybag: Paid Version

**Free Version**に加えて以下の設定が可能です。

* ホストのドメインを指定
* サブドメインの指定
* シークレットキーの使用
* Basic認証の設定
* 特定IPの許可
* カスタムドメインの設定
* カスタムホストヘッダーの設定

## mole-routeのご利用方法について

**Free Version**と**Paid Version**とでは使い方がそれぞれ異なります。\
該当のバージョンのご利用方法をご参照ください。

{% content-ref url="free-version" %}
[free-version](https://doc.mole-route.io/free-version)
{% endcontent-ref %}

{% content-ref url="paid-version" %}
[paid-version](https://doc.mole-route.io/paid-version)
{% endcontent-ref %}


---

# 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://doc.mole-route.io/master.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.
