vivithemage / mrisa

MRISA - Meta reverse image search api
http://mrisa.mage.me.uk/
GNU General Public License v2.0
266 stars 63 forks source link

Add host argument to the command line. #33

Closed chand1012 closed 4 years ago

chand1012 commented 4 years ago

While I was working on a project of mine that used MRISA as a background service for image search, I noticed that there is no way to actually change the desired address of the server on the machine that the server is running on. The program I am working on will be running on a VPS with full open access to the internet, and I would rather not have the issue of people pinging my MRISA instance while my program needs priority access. Rather than changing just my local instance, I thought that this could be useful to others.

vivithemage commented 4 years ago

Hi chand1012, Many thanks for your contribution, that all sounds good to me so I'll go ahead and merge that in. Thanks again!