|
@@ -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 |
|
|
# and waits for the server to "connect" to the client w/ a |
|
|
# connection, e.g. reverse tunnel out behind a nat to allow |
|
|
# connection, e.g. reverse tunnel out behind a nat to allow |
|
|
# incoming connections. |
|
|
# incoming connections. |
|
|
|
|
|
# |
|
|
|
|
|
# Add protocol version to getconnection when it gets bumped |
|
|
|
|
|
# |
|
|
protocol_version = 0 |
|
|
protocol_version = 0 |
|
|
|
|
|
|
|
|
rdr, wrr = await encrdrwrr |
|
|
rdr, wrr = await encrdrwrr |
|
|