mdns-repeater/example.json

11 lines
110 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_answers": ".*"
}
]
}