Package Details: geph4-bridge-git r325.3fb7eb9-2

Git Clone URL: https://aur.archlinux.org/geph4-git.git (read-only, click to copy)
Package Base: geph4-git
Description: A command-line Geph4 toolset
Upstream URL: https://github.com/geph-official/geph4
Licenses: GPL3
Groups: geph4-git
Conflicts: geph4-bridge
Provides: geph4-bridge
Submitter: alienzj
Maintainer: None
Last Packager: alienzj
Votes: 0
Popularity: 0.000000
First Submitted: 2020-11-05 15:04 (UTC)
Last Updated: 2022-01-31 02:08 (UTC)

Latest Comments

dctxmei commented on 2021-01-29 10:54 (UTC)

@Excalibur Problem has been resolved :)

Excalibur commented on 2021-01-13 21:07 (UTC) (edited on 2021-01-25 14:28 (UTC) by Excalibur)

After more testing, I could not find a way to make system service running (some kind of permission issue, you will need to specify --credential-cache, which is usually located at ~/.config/geph4-credentials.db). I'm also running xrdp which for some reason stops user service from running. At the moment I'll just keep a terminal running the proxy with the following command:

geph4-client connect --username [your_username] --password [your_password]

Currently you need to create your account through any supported GUI. To create an account through terminal it was said that requires multiple steps of curl. I didn't go down that rabbit hole.

After you start the service, you can access the socks5 proxy at port 9909: https://github.com/geph-official/geph4/blob/269e723540561f3b1fea79378ceaaa3d3ca74b40/geph4-client/src/main_connect.rs#L21

To use geph4-vpn-helper for global traffic routing, try the following command: sudo geph4-vpn-helper `which geph4-client` connect --stdio-vpn --username [your_username] --password [your_password] --credential-cache /tmp/geph4-credentials.db --dns-listen 127.0.0.1:15353