zeroconf icon indicating copy to clipboard operation
zeroconf copied to clipboard

add SelectFilter option to support custom filters

Open evangwt opened this issue 4 years ago • 2 comments

It is difficult to bind a specific interface on Win7 since the implement of SetControlMessage is blank. So custom filters is the most simple way for me to solve this problem. And I think it is also useful for other situations.

evangwt avatar Dec 05 '20 02:12 evangwt

So you mean that SelectIfaces option does not work for you on Windows?

grandcat avatar Jan 18 '21 19:01 grandcat

So you mean that SelectIfaces option does not work for you on Windows?

When I use config file to initialize my options, SelectIfaces is not suitable to do that since these properties maybe too difficult for some users to edit. So I add SelectFilter to support some simple custom options inside my filter functions. Also, this option is very flexible to use.

evangwt avatar Jan 19 '21 00:01 evangwt