From 676852a5f96ea1075a9e8e5a795cd4fc17038c76 Mon Sep 17 00:00:00 2001 From: Ishan Jain Date: Fri, 28 Jul 2023 16:05:52 +0530 Subject: [PATCH] updated config --- config.toml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 4b90a1b..b56d15a 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,15 @@ [[mdns]] sources = ["eth70"] -destinations = ["eth10"] -filters = ["cups.local", "_printer._tcp.local", "_ipp._tcp.local", "_ipps._tcp.local", "cups._ipps._tcp.local", "lb._dns-sd._udp.local"] +destinations = ["eth10", "eth20", "eth30", "eth40"] +filters = [ + "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" +]