addition of optional ports

This commit is contained in:
Alexandre
2020-12-11 13:14:17 +01:00
committed by GitHub
parent 73339a6763
commit 8904eb81da

View File

@@ -18,11 +18,15 @@
], ],
"ports": { "ports": {
"8096/tcp": 8096, "8096/tcp": 8096,
"8920/tcp": null "8920/tcp": null,
"7359/udp": null,
"1900/udp": null
}, },
"ports_description": { "ports_description": {
"8096/tcp": "web interface", "8096/tcp": "web interface",
"8920/tcp": "https web interface (optional)" "8920/tcp": "https web interface (optional)",
"7359/udp": "udp server discover (optional)",
"1900/udp": "dlna (optional)"
}, },
"map": [ "map": [
"config:rw", "config:rw",