mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Forward bridge fingerprint
gitlab 28651
This commit is contained in:
parent
281d917beb
commit
b563141c6a
7 changed files with 41 additions and 11 deletions
|
@ -130,8 +130,9 @@ func (i *IPC) ClientOffers(arg messages.Arg, response *[]byte) error {
|
|||
}
|
||||
|
||||
offer := &ClientOffer{
|
||||
natType: req.NAT,
|
||||
sdp: []byte(req.Offer),
|
||||
natType: req.NAT,
|
||||
sdp: []byte(req.Offer),
|
||||
fingerprint: req.Fingerprint,
|
||||
}
|
||||
|
||||
// Only hand out known restricted snowflakes to unrestricted clients
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue