mdns-repeater/example.json

12 lines
142 B
JSON
Raw Normal View History

2025-01-01 19:14:45 +01:00
{
"interfaces": "lan*",
"rules": [
{
"from": "wan",
"to": "lan",
"allow_questions": "printer",
"allow_answers": ".*"
}
]
}