It is written in Rust language
Ability to proxy IPV4 and IPV6 traffic
Because the RUST language is used, the performance requirements of the server are almost very low
You only need to prepare the server side for
1 core 512MB RAM KVM VPS with IPV4 public|IPV6
Server
one-liner wizard Setting up the server (one-liner wizard) If you have a server running Debian 10 the easiest way to setup Geph is to use the following one-liner:
# Where to listen for incoming connections. Change 8814 to whatever port you like
sosistab_listen = "[::]:8814"
# Where to store secret key
secret_key = "/root/geph4-exit.key"
[2021-08-15T01:17:30Z INFO geph4_exit] read configuration file:
{ ... }
[2021-08-15T01:17:30Z INFO geph4_exit::listen] listening on <PUBLIC_KEY>@<IP_ADDR>:8814
Client
After installing rust-lang in windows/linux environment