能否设计出在自己的vps上安装迷雾通服务器端,并在客户端可以添加自己的vps服务器,获得一条私人加密通道?

因为大部分注册网站会检测IP,如果用公共服务器,很容易出现注册IP过多的问题,所以才有上面的想法。

自建是没网桥保护的

目前GEPH的自建服务端还不支持VPN模式,所以在手机上还不能直接使用。

在手动安装服务器时,执行 ```
cargo install --locked geph4-exit
快执行完成时,出现了下面的错误。
error[E0632]: cannot provide explicit generic arguments when impl Trait is used in argument position
--> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/fastudp-0.1.6/src/lib.rs:119:65
|
119 | let to_iterate = match nix::sys::socket::recvmmsg::<_, SockaddrStorage>(
| ^ ^^^^^^^^^^^^^^^ explicit generic argument not allowed
| |
| explicit generic argument not allowed
|
= note: see issue #83701 https://github.com/rust-lang/rust/issues/83701 for more information

For more information about this error, try rustc --explain E0632.
error: could not compile fastudp due to previous error
warning: build failed, waiting for other jobs to finish...
error: failed to compile geph4-exit v0.8.0, intermediate artifacts can be found at /tmp/cargo-install64UOcq