kaven-utils - v6.1.8
    Preparing search index...

    Enumeration RelayProxyClientType

    The role a relay client plays in the tunnel.

    • proxy-origin – the local HTTP/SOCKS proxy listener. Negotiates the destination and tunnels each connection through the relay server.
    • proxy-target – the dynamic proxy dialer. Connects to the destination requested through HTTP, SOCKS4, or SOCKS5.
    • forward-listen – the raw TCP listener. Accepts local connections and forwards them to a forward-dial peer.
    • forward-dial – the raw TCP dialer. Connects to the fixed destination configured by DIAL_HOST/DIAL_PORT.
    Index
    ForwardDial: "forward-dial"
    ForwardListen: "forward-listen"
    ProxyOrigin: "proxy-origin"
    ProxyTarget: "proxy-target"