multicaster/config.toml

17 lines
383 B
TOML
Raw Normal View History

[[mdns]]
sources = ["eth70"]
2023-07-28 10:35:52 +00:00
destinations = ["eth10", "eth20", "eth30", "eth40"]
filters = [
2023-07-30 14:48:17 +00:00
"cups.local",
"_printer._tcp.local",
"_scanner._tcp.local",
"_ipp._tcp.local",
"_ipps._tcp.local",
"cups._ipps._tcp.local",
"lb._dns-sd._udp.local",
"EPSON1E715E.local",
"_pdl-datastream._tcp.local",
"EPSON M200 Series._pdl-datastream._tcp.local",
"_ptp._tcp.local"
2023-07-28 10:35:52 +00:00
]