「V2Ray」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(→‎GUI Client: 飜訳)
53行目: 53行目:
 
=== ルーティングルール ===
 
=== ルーティングルール ===
   
See [https://www.v2ray.com/en/configuration/routing.html Routing] and [https://guide.v2fly.org/en_US/basics/routing/basics_routing.html Routing of V2Ray] .
+
[https://www.v2ray.com/en/configuration/routing.html Routing] [https://guide.v2fly.org/en_US/basics/routing/basics_routing.html Routing of V2Ray] を参照してください。
   
The preset routing rule files are {{ic|geosite.dat}} and {{ic|geoip.dat}} in {{ic|/usr/share/v2ray}}. They are provided by the {{Pkg|v2ray-domain-list-community}} and {{Pkg|v2ray-geoip}} packages respectively. These two packages are installed by default as dependencies of {{Pkg|v2ray}}.
+
ルーティングルールのプリセットファイルは、{{ic|/usr/share/v2ray}} にある {{ic|geosite.dat}} {{ic|geoip.dat}} です。これらは、それぞれ {{Pkg|v2ray-domain-list-community}} {{Pkg|v2ray-geoip}} パッケージによって提供されています。この2つのパッケージは、{{ic|v2ray}} の依存パッケージとしてデフォルトでインストールされます。
   
 
==== プリセットルーティングファイルの置き換え ====
 
==== プリセットルーティングファイルの置き換え ====
   
There are ready-made packages for some routing rule files. For example, you can install the {{AUR|v2ray-rules-dat-git}} package for [https://github.com/Loyalsoldier/v2ray-rules-dat @Loyalsoldier/v2ray-rules-dat].
+
いくつかのルーティングルールファイルには、既製のパッケージがあります。例えば、[https://github.com/Loyalsoldier/v2ray-rules-dat @Loyalsoldier/v2ray-rules-dat] に対して {{AUR|v2ray-rules-dat-git}} パッケージをインストールすることができます。
   
For routing rule files without ready-made packages, you can [[create packages]] and install or remove {{Pkg|v2ray-domain-list-community}} and {{Pkg|v2ray-geoip}} [[pacman#Removing packages|without removing the dependent package]] and put the routing rule files in the {{ic|/usr/share/v2ray}} directory.
+
For routing rule files without ready-made packages, you can [[パッケージの作成]] and install or remove {{Pkg|v2ray-domain-list-community}} and {{Pkg|v2ray-geoip}} [[pacman#Removing packages|without removing the dependent package]] and put the routing rule files in the {{ic|/usr/share/v2ray}} directory.
   
{{Warning|Replacing {{ic|geosite.dat}} and {{ic|geoip.dat}} directly may cause [[pacman#"Failed to commit transaction (conflicting files)" error|file conflicts]].}}
+
{{Warning|{{ic|geosite.dat}} {{ic|geoip.dat}} を直接差し替えると、[[pacman#"Failed to commit transaction (conflicting files)" error|ファイルの競合]]が発生する場合があります。}}
   
 
== 参照 ==
 
== 参照 ==

2022年8月10日 (水) 11:35時点における版

関連記事

V2Ray は、主にネットワークプロトコルや機能の実現を担うプロジェクト V の中核ツールであり、他のプロジェクト V との通信を行います。

インストール

v2ray パッケージをインストールします。開発版の場合は、v2ray-gitAUR パッケージをインストールします。

設定

V2Ray の設定は、JSON 形式のファイルによって行われます。設定ファイルのフォーマット設定を参照してください。

使用方法

ゴマンドラインから

V2Ray は、v2ray コマンドで起動します。コマンドラインを参照してください。

デーモン管理

v2ray.service開始/有効化します。

複数の設定

複数の設定を使用するには、/etc/systemd/system/v2ray.service編集して、以下を追加します。

/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

Qv2ray を参照してください。

ヒントとコツ

ルーティングルール

RoutingRouting of V2Ray を参照してください。

ルーティングルールのプリセットファイルは、/usr/share/v2ray にある geosite.datgeoip.dat です。これらは、それぞれ v2ray-domain-list-communityv2ray-geoip パッケージによって提供されています。この2つのパッケージは、v2ray の依存パッケージとしてデフォルトでインストールされます。

プリセットルーティングファイルの置き換え

いくつかのルーティングルールファイルには、既製のパッケージがあります。例えば、@Loyalsoldier/v2ray-rules-dat に対して v2ray-rules-dat-gitAUR パッケージをインストールすることができます。

For routing rule files without ready-made packages, you can パッケージの作成 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.

警告: geosite.datgeoip.dat を直接差し替えると、ファイルの競合が発生する場合があります。

参照

翻訳ステータス: このページは en:V2Ray の翻訳バージョンです。最後の翻訳日は 2022-08-09 です。もし英語版に 変更 があれば、翻訳の同期を手伝うことができます。