Getting the latest Geph4 and usage / 最新二進制版下載 + 簡易使用教學

下載 / Download v4.6.3-stable

下載 / Download v4.7.2-rc1

使用方法 / Usage

點擊這裡看中文使用教學

使用二進制版迷霧通

新版迷霧通應用實際上是由單個跨平台命令行程序 geph4-client 組成。這個教學會教你如何直接用指令使用二進制版迷霧通。

下載二進制版迷霧通

你可以在上方下載預編譯的二進制版迷霧通

或者你可以下載 迷霧通的原始碼 然後使用下方的指令去編譯 geph4-client

cargo build --release --locked

再或者直接使用

cargo install geph4-client --locked

使用官方代理服務(代理模式)

最基本的用法是

geph4-client connect --username "...." --password "...."

使用 --exit-server 參數來指定一個出口。例如想連日本的出口伺服器,你可以這樣寫

geph4-client connect --username public --password public --exit-server jp

想知道完整的官方出口伺服器,你可以用下方的指令去查看

geph4-client sync --username "...." --password "...."

geph4-client 默認會打開以下這些本地通訊埠:

  • 127.0.0.1:9909: SOCKS5 代理通訊埠

  • 127.0.0.1:9910: HTTP 代理通訊埠

  • 127.0.0.1:9809: 用於GUI版獲取連線的資訊所用的通訊埠

這些可以分別用 --socks5-listen--http-listen--stats-listen來指定。

geph4-client connect -h 會顯示完整的英文版文檔。

啟用VPN模式

假設你已經知道怎樣用代理模式了,VPN模式可以這樣用

sudo geph4-client connect --username "...." --password "...." --vpn-mode ....

對於 --vpn-mode
Linux 使用 tun-route (自動改路由) 或者 tun-no-route (不修改路由)
macOS 使用 tun-no-route (不修改路由)
Windows 使用 windivert (自動改路由)

例如使用Linux的VPN模式去連日本出口伺服器你可以這樣用

sudo geph4-client connect --username public --password public --exit-server jp --vpn-mode tun-route
Usage(English Version)

See below!

17 个赞

Using the command line

The Geph app is actually a thin wrapper around the cross-platform command-line program geph4-client.
This guide will teach you how to use Geph in a headless environment with geph4-client.

Getting the binaries

You can download the binaries directly.
Or you can clone the geph4 repo and compile geph4-client and geph4-vpn-helper using

cargo build --release --locked

or

cargo install geph4-client --locked

Using geph4-client on the official network

The easiest way of using geph4-client is with the official Geph credentials:

geph4-client connect --username "...." --password "...."

This can be customized with the --exit-server parameters. For example, to connect to the Japan server, you can use

geph4-client connect --username public --password public --exit-server jp

The official exit servers can be found by running

geph4-client sync --username "...." --password "...."

geph4-client by default opens the following local ports:

  • 127.0.0.1:9909: SOCKS5 proxy

  • 127.0.0.1:9910: HTTP proxy

  • 127.0.0.1:9809: statistics server (used by GUI to obtain connection info)

All these can be configured with --socks5-listen, --http-listen and --stats-listen respectively.

geph4-client connect -h will display documentation of all options.

Using VPN mode

Assuming that you knew how to use geph4-client, the easiest way of enabling Global VPN is

sudo geph4-client connect --username "...." --password "...." --vpn-mode ....

The possible options of --vpn-mode are:

  • Linux: tun-route (creates a TUN device and routes all non-Geph traffic through the tunnel)
  • Linux: tun-no-route (creates a TUN device, but doesn't route the traffic through the tunnel)
  • macOS: tun-no-route (creates a TUN device, but doesn't route the traffic through the tunnel)
  • Windows: windivert (uses WinDivert to capture non-Geph traffic to feed into the VPN)

For example, to connect to the Japan server with VPN mode in Linux, you can use

sudo geph4-client connect --username public --password public --exit-server jp --vpn-mode tun-route
5 个赞

其實可以pr,加多兩行而已

Raspberry 可以用 geph4-client-linux-armv7

1 个赞

Raspberry 有 aarch64 的 CPU 吗?

ARMv8那些就是了吧。。。

2 个赞

@nullchinchilla

  1. 现在官方有没有提供如原来老版本编译好的二进制文件(https://github.com/geph-official/gephng-binaries) , 自己编译还是不太方便;
  2. 能否提供 --exit-server 对应的地区列表,以便命令行用户切换?
1 个赞

請看上方的中文使用方法。。。

:ox::beer::call_me_hand::call_me_hand::call_me_hand:

我下载了 geph4-client-linux-amd64 ,得到的版本还是4.4.16,好像不是最新版?

目前最新版本4.4.20 ,但作者近期可能更新大的版本

求编译4.6正式版命令行版本

中文版已更新

2 个赞

armv7,aarch64也编译下

支持巧克力大神 :+1:,以防有人不知道,这是更新了最新版本(4.6)的镜像下载链接和对应教程(vpn模式)

我发现--exit-server也可以填city_code,比如:

geph4-client connect --exit-server nyc

city_code可以通过geph4-client sync查看

2 个赞

但我今天无论填pdx或nyc都还是转用ams服务器连接,还是要填全

不建议填country code和city code,会乱跑
需要完整host

新版本的 geph4-client 在哪里下载?

以及,怎样能看到所有可下载文件的列表?

新版本,我会记住版本号(可以去https://geph.io 官网下载链接里看到最新稳定版的版本号)
然后去这个地址下载
https://f001.backblazeb2.com/file/geph-dl/geph4-binaries/v4.8.1/geph4-client-linux-armv7

其中 4.8.1 是目前最新稳定版版本号,可以下载的二进制文件命名规则 geph4-client-linux-armv7 中后面2个关键词一个是系统,另一个是架构
例如:你要下载 x64 下 linux 的二进制文件就是: geph4-client-linux-amd64
你要下载aarch64 (64位arm)架构安卓则是: geph4-client-android-aarch64

1 个赞