putdotio / putio-sync

Command-line program to sync a folder between put.io and your computer.
https://put.io
MIT License
54 stars 9 forks source link

sync: change default server port 🍻 #33

Closed arifcakiroglu closed 7 years ago

igungor commented 7 years ago

It looks like 'express' web server uses 3000 by default. I don't run an express server so I'm not bitten by it, but point taken.

OTOH, this one has to wait since this port is special regards to our API. We're going to deploy a proxy server for handling connections behind NAT, and this change will affect the process.

After the deployment, I'm going to change the default port to 30K range for being on the safe side.

Thanks for the PR though 👍