Replies: 1 comment 1 reply
-
[MUMBLE]
type = server
host = 127.0.0.1
port = 64738
gzip = false
inbound.length = 1
outbound.length = 1
inbound.quantity = 5
outbound.quantity = 5
keys = mumble.dat
[MUMBLE-UDP]
type = udpserver
host = 127.0.0.1
port = 64738
keys = mumble.dat You need both tunnels to use same key. Second one tunnel uses same i2cp options as first (because they use one key), so they can be skipped. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So i've managed to finally get a tunnel working to get a connection through to my Mumble server.
But i cannot seem to get TCP connections through, is there something i'm missing? i've omitted the keys.
Beta Was this translation helpful? Give feedback.
All reactions