blckngm / titun

Simple, fast, and cross-platform IP tunnel written in Rust. WireGuard compatible.
GNU General Public License v3.0
45 stars 2 forks source link

a tunnel with encryption function? #516

Closed lootoos closed 1 year ago

lootoos commented 1 year ago

Is it possible to disable the encryption function by leaving just a tunnel so that you can open your network to the world Internet using vds? Wireguard adds a delay because it encrypts all packets that enter its tunnel, my tunnel has the following IP: vds 10.228.228.1, home pc 10.228.228.2, everything that goes from vds to 10.228.228.2 encrypts thereby adds a delay in packet transmission thereby increasing ping

blckngm commented 1 year ago

It's not possible. Maybe try GRE or IPIP tunnels?

lootoos commented 1 year ago

Do GRE/IPIP require a white IP on a home PC?