emissary/misc/spec-samples/mdns.emissary.cadoles.com.json
William Petit e756a60373
All checks were successful
arcad/emissary/pipeline/head This commit looks good
feat: sentry integration
2023-10-13 14:22:28 +02:00

24 lines
526 B
JSON

{
"services": {
"arcad": {
"type": "_http._tcp",
"port": 8080,
"host": "arcad"
},
"hextris": {
"type": "_http._tcp",
"port": 8080,
"host": "arcad-hextris"
},
"test": {
"type": "_http._tcp",
"port": 8080,
"host": "arcad-test"
},
"diffusion": {
"type": "_http._tcp",
"port": 8080,
"host": "arcad-diffusion"
}
}
}