diff --git a/ntunnel.py b/ntunnel.py index c895c02..f470c07 100644 --- a/ntunnel.py +++ b/ntunnel.py @@ -301,6 +301,9 @@ async def NoiseForwarder(mode, encrdrwrr, connvalid, priv_key, pub_key=None): # and waits for the server to "connect" to the client w/ a # connection, e.g. reverse tunnel out behind a nat to allow # incoming connections. + # + # Add protocol version to getconnection when it gets bumped + # protocol_version = 0 rdr, wrr = await encrdrwrr