Skip to content

Commit d0440f9

Browse files
committed
Remove use of stunLogger in config
1 parent 01b70e2 commit d0440f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/turn.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func startTurnServer() {
4848
// PacketConnConfigs is a list of UDP Listeners and the configuration around them
4949
PacketConnConfigs: []turn.PacketConnConfig{
5050
{
51-
PacketConn: &stunLogger{udpListener},
51+
PacketConn: udpListener,
5252
RelayAddressGenerator: &turn.RelayAddressGeneratorStatic{
5353
RelayAddress: net.ParseIP(publicIP), // Claim that we are listening on IP passed by user (This should be your Public IP)
5454
Address: "0.0.0.0", // But actually be listening on every interface

0 commit comments

Comments
 (0)