Merge pull request #284 from kslr/master

fix typo upd
This commit is contained in:
Diego Rodríguez Baquero 2018-08-05 18:38:27 -05:00 committed by GitHub
commit 77a2cb93d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 () {