Property

mdns

Property Name Type Description Required
additionals object
answers object
authorities object
services object<string, MdnsService>

MdnsService

Property Name Type Description Required
ipv4 array of string
ipv6 array of string
name string
port integer
ptr string Yes


↑ TopExample
{
    "services": {
        "41800/tcp spotify-connect": {
            "port": 41800,
            "data": [
                "CPath=/spConn"
            ],
            "ptr": "_spotify-connect._tcp.local",
            "name": "SpZc-F8C96D",
            "ipv4": [
                "87.10.73.138"
            ]
        }
    },
    "answers": {
        "PTR": [
            "_spotify-connect._tcp.local"
        ]
    }
}