kinetex - v1.0.0-rc.1
    Preparing search index...

    Interface Socks5Tunnel

    Result of a successful tunnel establishment

    interface Socks5Tunnel {
        conn: TcpConn;
        boundAddr: string;
        boundPort: number;
    }
    Index

    Properties

    conn: TcpConn

    The underlying TCP connection (now a transparent tunnel)

    boundAddr: string

    Bound address reported by the proxy (useful for BIND/UDP)

    boundPort: number

    Bound port reported by the proxy