「V2Ray」の版間の差分
(言語間リンクを修正) |
|||
70行目: | 70行目: | ||
* [https://guide.v2fly.org/en_US V2Ray Beginner's Guide] |
* [https://guide.v2fly.org/en_US V2Ray Beginner's Guide] |
||
* [https://qv2ray.net Qv2ray official Website & Documentation] |
* [https://qv2ray.net Qv2ray official Website & Documentation] |
||
+ | |||
+ | {{TranslationStatus|V2Ray|2022-08-09|740721}} |
2022年8月9日 (火) 15:43時点における版
関連記事
V2Ray は、主にネットワークプロトコルや機能の実現を担うプロジェクト V の中核ツールであり、他のプロジェクト V との通信を行います。
目次
インストール
v2ray パッケージをインストールします。開発版の場合は、v2ray-gitAUR パッケージをインストールします。
設定
V2Ray の設定は、JSON 形式のファイルによって行われます。設定ファイルのフォーマットと設定を参照してください。
使用方法
ゴマンドラインから
V2Ray は、v2ray
コマンドで起動します。コマンドラインを参照してください。
デーモン管理
v2ray.service
を開始/有効化します。
複数の設定
To use multiple config, you can edit /etc/systemd/system/v2ray.service
, add the following:
/etc/systemd/system/v2ray.service
[Unit] Description=V2Ray Service After=network.target nss-lookup.target [Service] User=nobody AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE ExecStart=/usr/bin/v2ray -confdir /etc/v2ray/ [Install] WantedBy=multi-user.target
GUI Client
See Qv2ray.
ヒントとコツ
ルーティングルール
See Routing and Routing of V2Ray .
The preset routing rule files are geosite.dat
and geoip.dat
in /usr/share/v2ray
. They are provided by the v2ray-domain-list-community and v2ray-geoip packages respectively. These two packages are installed by default as dependencies of v2ray.
プリセットルーティングファイルの置き換え
There are ready-made packages for some routing rule files. For example, you can install the v2ray-rules-dat-gitAUR package for @Loyalsoldier/v2ray-rules-dat.
For routing rule files without ready-made packages, you can create packages and install or remove v2ray-domain-list-community and v2ray-geoip without removing the dependent package and put the routing rule files in the /usr/share/v2ray
directory.