Search Criteria
Package Details: geph4-exit-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: | |
Groups: | |
Conflicts: | |
Provides: | |
Submitter: | alienzj |
Maintainer: | alienzj (xosdy, ohmyarch, dctxmei, lilac) |
Last Packager: | lilac |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-11-05 15:04 |
Last Updated: | 2021-03-17 22:10 |
Dependencies (3)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- git (git-git) (make)
- rust (rust-i586-git, rust-git, rust-mrustc, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rust-bin, rustup) (make)
Latest Comments
dctxmei commented on 2021-01-29 10:54
@Excalibur Problem has been resolved :)
Excalibur commented on 2021-01-13 21:07
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:
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