mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Show relay URL when connecting to relay
This commit is contained in:
parent
b18a9431b2
commit
3ebb5a4186
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ func (sf *SnowflakeProxy) datachannelHandler(conn *webRTCConn, remoteAddr net.Ad
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
wsConn := websocketconn.New(ws)
|
wsConn := websocketconn.New(ws)
|
||||||
log.Printf("connected to relay")
|
log.Printf("connected to relay: %v", relayURL)
|
||||||
defer wsConn.Close()
|
defer wsConn.Close()
|
||||||
copyLoop(conn, wsConn, sf.shutdown)
|
copyLoop(conn, wsConn, sf.shutdown)
|
||||||
log.Printf("datachannelHandler ends")
|
log.Printf("datachannelHandler ends")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue