Totonyus / ydl_api_ng

GNU General Public License v3.0
134 stars 15 forks source link

Make the listening ip configurable #1

Closed werid closed 2 years ago

werid commented 2 years ago

This lets the user configure the listening ip in params.ini instead of editing main.py

Useful if you're not running in docker, common configuration is to listen on 127.0.0.1 and proxy any requests to the service via another service.

Totonyus commented 2 years ago

Hi ! Thank you for your contribution. Looks all good to me !