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.
The --v1-fallback=true
flag can be used to fallback to the V1 transport if the remote client does not support V2.