geph5-client 0.2.0-alpha.0

Geph5 client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use std::net::IpAddr;

use anyctx::AnyCtx;
use ipstack_geph::IpStack;

use crate::Config;

pub(super) async fn packet_shuffle(
    ctx: AnyCtx<Config>,
    send_captured: Sender<Bytes>,
    recv_injected: Receiver<Bytes>,
) -> anyhow::Result<()> {
    todo!()
}

pub fn vpn_whitelist(addr: IpAddr) {}