mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-31 10:31:36 +00:00
parent
0a1b89cbaf
commit
6f333a3c84
@ -91,12 +91,12 @@ server.on('stop', function (addr) {
|
|||||||
|
|
||||||
server.listen(argv.port, function () {
|
server.listen(argv.port, function () {
|
||||||
if (server.http && !argv.quiet) {
|
if (server.http && !argv.quiet) {
|
||||||
console.log('http server listening on ' + server.http.address().port)
|
console.log('HTTP tracker: http://localhost:' + server.http.address().port + '/announce')
|
||||||
}
|
}
|
||||||
if (server.udp && !argv.quiet) {
|
if (server.udp && !argv.quiet) {
|
||||||
console.log('udp server listening on ' + server.udp.address().port)
|
console.log('UDP tracker: udp://localhost:' + server.udp.address().port)
|
||||||
}
|
}
|
||||||
if (server.ws && !argv.quiet) {
|
if (server.ws && !argv.quiet) {
|
||||||
console.log('ws server listening on ' + server.http.address().port)
|
console.log('WebSocket tracker: ws://localhost:' + server.http.address().port)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user