IPv6 support for SSDP (for UPNP)
This commit is contained in:
parent
932131b18d
commit
3acc53a11f
5 changed files with 305 additions and 146 deletions
2
Makefile
2
Makefile
|
|
@ -13,7 +13,7 @@ webui-dev: webui-deps
|
|||
# NOTE: on LG TV using hostname is unstable for some reason, use IP address.
|
||||
export RQBIT_UPNP_SERVER_ENABLE ?= true
|
||||
export RQBIT_UPNP_SERVER_FRIENDLY_NAME ?= rqbit-dev
|
||||
export RQBIT_HTTP_API_LISTEN_ADDR ?= 0.0.0.0:3030
|
||||
export RQBIT_HTTP_API_LISTEN_ADDR ?= [::]:3030
|
||||
export RQBIT_FASTRESUME = true
|
||||
CARGO_RUN_FLAGS ?=
|
||||
RQBIT_OUTPUT_FOLDER ?= /tmp/scratch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue