Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for multiple udp server tunnels on one destionation #2010

Merged
merged 2 commits into from
Jan 25, 2024

Conversation

wekoq
Copy link
Contributor

@wekoq wekoq commented Jan 25, 2024

No description provided.

@wekoq
Copy link
Contributor Author

wekoq commented Jan 25, 2024

tested with Mindustry

router 1:
[test-udp-server1]
type = udpserver
host = 127.0.0.1
port = 22221
inport = 22221
keys = test-udp-server-keys.dat
inbound.length = 3
outbound.length = 3

[test-udp-server2]
type = udpserver
host = 127.0.0.1
port = 22221
inport = 22220
keys = test-udp-server-keys.dat

router 2:
[test-udp-client]
type = udpclient
address = 127.0.0.1
port = 22222
destination = ydaicwvftznhkd4qv3dlwsoiycohukmo3gcyf5xojc4j2cusrriq.b32.i2p
destinationport = 22221
keys = transient-abcd
inbound.length = 3
outbound.length = 3

router 3:
[test-udp-client]
type = udpclient
address = 127.0.0.1
port = 22223
destination = ydaicwvftznhkd4qv3dlwsoiycohukmo3gcyf5xojc4j2cusrriq.b32.i2p
destinationport = 22220
keys = transient-abcd
inbound.length = 3
outbound.length = 3

@orignal orignal merged commit 25e8210 into PurpleI2P:openssl Jan 25, 2024
19 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants