-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmdnsplane.json
More file actions
43 lines (43 loc) · 863 Bytes
/
mdnsplane.json
File metadata and controls
43 lines (43 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"ifaces": [],
"allow": [],
"quiet": false,
"metrics_addr": ":9465",
"console_max_lines": 20000,
"log_packets": true,
"acls": {},
"services": [
{
"type": "_http._tcp",
"name": "mdnsplane API",
"port": 8080,
"host": "",
"txt": ["via=mdnsplane", "id=abcd"],
"ips": []
},
{
"type": "_ssh._tcp",
"name": "Build Box SSH",
"port": 22,
"host": "",
"txt": [],
"ips": []
},
{
"type": "_http._tcp",
"name": "Camera UI",
"port": 80,
"host": "cam1.local.",
"txt": ["device=camera", "ui=http"],
"ips": ["192.168.1.60"]
},
{
"type": "_ipp._tcp",
"name": "Office Printer",
"port": 631,
"host": "office-printer.local.",
"txt": ["txtvers=1", "qtotal=1"],
"ips": ["192.168.1.50"]
}
]
}