11 lines
375 B
JSON
11 lines
375 B
JSON
|
|
{
|
||
|
|
"_comment": "Copy to ~/.config/mdns/services.json and adjust. Loaded by `mdns publish`.",
|
||
|
|
"hostname": "movil",
|
||
|
|
"services": [
|
||
|
|
{"type": "_ssh._tcp", "port": 8022, "name": "Termux SSH"},
|
||
|
|
{"type": "_smb._tcp", "port": 4450, "name": "Termux SMB"},
|
||
|
|
{"type": "_http._tcp", "port": 8080, "name": "Termux HTTP",
|
||
|
|
"txt": {"path": "/", "note": "example"}}
|
||
|
|
]
|
||
|
|
}
|