mdns-repeater/example.json

12 lines
143 B
JSON
Raw Normal View History

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