Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 410 Bytes

File metadata and controls

7 lines (4 loc) · 410 Bytes

BIP-324 V2 Transport Proxy

A proxy sidecar process which allows V1-only clients to communicate over the V2 transport. The process listens on port 1324 for V1 connections and requires the V1 client to send along the remote peer's IP address in the addr_recv field.

Running the Proxy

The --v1-fallback=true flag can be used to fallback to the V1 transport if the remote client does not support V2.