「Geph」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(英語版より新規作成)
 
(飜訳)
1行目: 1行目:
 
[[Category:プロキシサーバー]]
 
[[Category:プロキシサーバー]]
  +
[https://geph.io/ Geph] は、各国のフィルタリングに対応するために特別に設計されたモジュール式のインターネット検閲回避システムです。
[https://geph.io/ Geph] is a modular Internet censorship circumvention system designed specifically to deal with national filtering.
 
   
== Installation ==
+
== インストール ==
   
[[Install]] the {{AUR|geph4-client}} or {{AUR|geph4-client-git}} package.
+
{{AUR|geph4-client}} または {{AUR|geph4-client-git}} を[[インストール]]します。
   
  +
特別な要件がない場合は、このパッケージをインストールするだけで十分です。
If you have no special requirements, just installing this package is sufficient.
 
   
 
* {{App|geph4-binder|A command-line Geph binder.|https://github.com/geph-official/geph4/tree/master/geph4-binder{{Dead link|2021|11|10|status=404}}|{{AUR|geph4-binder}}{{Broken package link|package not found}} or {{AUR|geph4-binder-git}}}}
 
* {{App|geph4-binder|A command-line Geph binder.|https://github.com/geph-official/geph4/tree/master/geph4-binder{{Dead link|2021|11|10|status=404}}|{{AUR|geph4-binder}}{{Broken package link|package not found}} or {{AUR|geph4-binder-git}}}}
14行目: 14行目:
 
* {{App|geph4-vpn-helper|A command-line Geph VPN helper.|https://github.com/geph-official/geph4/tree/master/geph4-vpn-helper{{Dead link|2021|11|10|status=404}}|{{AUR|geph4-vpn-helper}} or {{AUR|geph4-vpn-helper-git}}}}
 
* {{App|geph4-vpn-helper|A command-line Geph VPN helper.|https://github.com/geph-official/geph4/tree/master/geph4-vpn-helper{{Dead link|2021|11|10|status=404}}|{{AUR|geph4-vpn-helper}} or {{AUR|geph4-vpn-helper-git}}}}
   
== Running ==
+
== 起動 ==
   
[[Start/enable]] {{ic|geph4-client.service}}.
+
{{ic|geph4-client.service}} を [[開始/有効化]]します。
   
If you want to use geph4-vpn-helper, please [[Start/enable]] {{ic|geph4-vpn-helper.service}}.
+
geph4-vpn-helperを使用する場合は、{{ic|geph4-vpn-helper.service}} を[[開始/有効化]]してください。
   
{{Tip|{{ic|geph4-client.service}} and {{ic|geph4-vpn-helper.service}} cannot be started at the same time.}}
+
{{Tip|{{ic|geph4-client.service}} {{ic|geph4-vpn-helper.service}} は同時には起動できません。}}
   
== Configuration ==
+
== 設定 ==
   
  +
{{ic|/etc/default/}} にあるファイルを編集することで設定を変更することができます。
You can modify the configuration by editing the files in {{ic|/etc/default/}}.
 
   
 
* {{ic|/etc/default/geph4-binder}}
 
* {{ic|/etc/default/geph4-binder}}
31行目: 31行目:
 
* {{ic|/etc/default/geph4-exit}}
 
* {{ic|/etc/default/geph4-exit}}
   
{{ic|geph4-client}} and {{ic|geph4-vpn-helper}} use the same configuration file.
+
{{ic|geph4-client}} {{ic|geph4-vpn-helper}} は同じ設定ファイルを使用します。
   
== See also ==
+
== 参照 ==
   
 
* [https://github.com/geph-official Geph · GitHub]
 
* [https://github.com/geph-official Geph · GitHub]

2022年8月8日 (月) 09:18時点における版

Geph は、各国のフィルタリングに対応するために特別に設計されたモジュール式のインターネット検閲回避システムです。

インストール

geph4-clientAUR または geph4-client-gitAURインストールします。

特別な要件がない場合は、このパッケージをインストールするだけで十分です。

  • geph4-binder — A command-line Geph binder.
https://github.com/geph-official/geph4/tree/master/geph4-binder[リンク切れ 2021-11-10] || geph4-binderAUR[リンク切れ: package not found] or geph4-binder-gitAUR
  • geph4-bridge — A command-line Geph bridge.
https://github.com/geph-official/geph4/tree/master/geph4-bridge[リンク切れ 2021-11-10] || geph4-bridgeAUR[リンク切れ: package not found] or geph4-bridge-gitAUR
  • geph4-client — A command-line Geph client.
https://github.com/geph-official/geph4/tree/master/geph4-client[リンク切れ 2021-11-10] || geph4-clientAUR or geph4-client-gitAUR
  • geph4-exit — A command-line Geph exit.
https://github.com/geph-official/geph4/tree/master/geph4-exit[リンク切れ 2021-11-10] || geph4-exitAUR[リンク切れ: package not found] or geph4-exit-gitAUR
  • geph4-vpn-helper — A command-line Geph VPN helper.
https://github.com/geph-official/geph4/tree/master/geph4-vpn-helper[リンク切れ 2021-11-10] || geph4-vpn-helperAUR or geph4-vpn-helper-gitAUR

起動

geph4-client.service開始/有効化します。

geph4-vpn-helperを使用する場合は、geph4-vpn-helper.service開始/有効化してください。

ヒント: geph4-client.servicegeph4-vpn-helper.service は同時には起動できません。

設定

/etc/default/ にあるファイルを編集することで設定を変更することができます。

  • /etc/default/geph4-binder
  • /etc/default/geph4-bridge
  • /etc/default/geph4-client
  • /etc/default/geph4-exit

geph4-clientgeph4-vpn-helper は同じ設定ファイルを使用します。

参照