UPNP server integrated into rqbit.
How to use: https://github.com/ikatson/rqbit/pull/208
This commit is contained in:
parent
e8bd7ca7e5
commit
9e7b656f0b
34 changed files with 2420 additions and 234 deletions
4
Makefile
4
Makefile
|
|
@ -20,8 +20,10 @@ devserver:
|
|||
echo -n '' > /tmp/rqbit-log && CORS_ALLOW_REGEXP=".*" \
|
||||
cargo run -- \
|
||||
--log-file /tmp/rqbit-log \
|
||||
--log-file-rust-log=debug,librqbit=trace \
|
||||
--log-file-rust-log=debug,librqbit=trace,upnp_serve=trace \
|
||||
--http-api-listen-addr 0.0.0.0:3030 \
|
||||
--upnp-server-hostname 192.168.0.112 \
|
||||
--upnp-server-friendly-name rqbit-dev \
|
||||
server start /tmp/scratch/
|
||||
|
||||
@PHONY: devserver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue