mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-31 02:21:36 +00:00
fix typo upd
This commit is contained in:
parent
f6c77c3550
commit
e13affa9f3
@ -107,7 +107,7 @@ server.on('stop', function (addr) {
|
|||||||
var hostname = {
|
var hostname = {
|
||||||
http: argv['http-hostname'],
|
http: argv['http-hostname'],
|
||||||
udp4: argv['udp-hostname'],
|
udp4: argv['udp-hostname'],
|
||||||
udp6: argv['upd6-hostname']
|
udp6: argv['udp6-hostname']
|
||||||
}
|
}
|
||||||
|
|
||||||
server.listen(argv.port, hostname, function () {
|
server.listen(argv.port, hostname, function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user