From 5349b4b5924b8d73f38d3097a4d4bbd47c128b5c Mon Sep 17 00:00:00 2001 From: Connor Rigby Date: Thu, 29 Aug 2024 07:40:05 -0700 Subject: [PATCH] Add "__unknown" excluded interface VintageNet assigns this name when it cannot get link info about an interface. Signed-off-by: Connor Rigby --- lib/mdns_lite/options.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mdns_lite/options.ex b/lib/mdns_lite/options.ex index 5d0f2ab..7d8abfb 100644 --- a/lib/mdns_lite/options.ex +++ b/lib/mdns_lite/options.ex @@ -74,7 +74,7 @@ defmodule MdnsLite.Options do @default_ttl 120 @default_dns_ip {127, 0, 0, 53} @default_dns_port 53 - @default_excluded_ifnames ["lo0", "lo", "ppp0", "wwan0"] + @default_excluded_ifnames ["lo0", "lo", "ppp0", "wwan0", "__unknown"] @default_ipv4_only true defstruct services: MapSet.new(),