emissary/misc/spec-samples/mdns.emissary.cadoles.com.json

24 lines
526 B
JSON
Raw Normal View History

2023-04-04 20:26:19 +02:00
{
"services": {
"arcad": {
"type": "_http._tcp",
"port": 8080,
"host": "arcad"
2023-04-04 20:26:19 +02:00
},
"hextris": {
"type": "_http._tcp",
"port": 8080,
"host": "arcad-hextris"
2023-04-04 20:26:19 +02:00
},
"test": {
"type": "_http._tcp",
"port": 8080,
"host": "arcad-test"
2023-10-13 12:30:52 +02:00
},
"diffusion": {
"type": "_http._tcp",
"port": 8080,
"host": "arcad-diffusion"
2023-04-04 20:26:19 +02:00
}
}
}