fxbox / dns-server

Server that helps the Box to announce its local IP address without relying on mDNS, and to register its LetsEncrypt cert for use on its local IP address.
4 stars 2 forks source link

Cannot run on high port #6

Open michielbdejong opened 8 years ago

michielbdejong commented 8 years ago

When changing DNS_PORT from 53 to 5353 in both src/server.js and src/client.js. the tests start failing. Have to figure out whether this is a server- or a client-problem.

michielbdejong commented 8 years ago

Weird, still cannot see why this is. Maybe there's something special about UDP which I don't know about. Will continue investigating on Monday.