mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-31 02:21:36 +00:00
Set ws server clientTracking to false
https://github.com/feross/bittorrent-tracker/pull/200#issuecomment-278450630
This commit is contained in:
parent
76165007ba
commit
a1ee19d59a
@ -118,7 +118,11 @@ function Server (opts) {
|
||||
})
|
||||
})
|
||||
}
|
||||
self.ws = new WebSocketServer({ server: self.http, perMessageDeflate: false })
|
||||
self.ws = new WebSocketServer({
|
||||
server: self.http,
|
||||
perMessageDeflate: false,
|
||||
clientTracking: false
|
||||
})
|
||||
self.ws.address = function () {
|
||||
return self.http.address()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user