IPv6 support for SSDP (for UPNP)

This commit is contained in:
Igor Katson 2024-09-14 18:35:15 +01:00
parent 932131b18d
commit 3acc53a11f
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
5 changed files with 305 additions and 146 deletions

View file

@ -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