We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b70e2 commit d0440f9Copy full SHA for d0440f9
server/turn.go
@@ -48,7 +48,7 @@ func startTurnServer() {
48
// PacketConnConfigs is a list of UDP Listeners and the configuration around them
49
PacketConnConfigs: []turn.PacketConnConfig{
50
{
51
- PacketConn: &stunLogger{udpListener},
+ PacketConn: udpListener,
52
RelayAddressGenerator: &turn.RelayAddressGeneratorStatic{
53
RelayAddress: net.ParseIP(publicIP), // Claim that we are listening on IP passed by user (This should be your Public IP)
54
Address: "0.0.0.0", // But actually be listening on every interface
0 commit comments