fixup! fixup! Add readme

Signed-off-by: Pierre-Emmanuel Jacquier <pierre-emmanuel.jacquier@epitech.eu>
This commit is contained in:
Pierre-Emmanuel Jacquier
2019-02-27 12:50:52 +01:00
parent bc4694012c
commit a4dccc9f81

View File

@@ -29,7 +29,7 @@ What proxy IPTV do
start proxy server example:
```Bash
poxy-server --m3u-url http://iptvexample.net/iptvm3ufile.m3u \
poxy-server --m3u-url http://iptvexample.net/iptvm3ufile.m3u \ # or local m3u file
--port 8080 \ # port you want to expose your proxy
--hostname proxyserver.com # hostname of your machine running this proxy
```