mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Don't accept queries ariving on alias interface if configured not to do this.
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -949,8 +949,6 @@ int main (int argc, char **argv)
|
||||
|
||||
if (option_bool(OPT_NOWILD))
|
||||
warn_bound_listeners();
|
||||
else if (!option_bool(OPT_CLEVERBIND))
|
||||
warn_wild_labels();
|
||||
|
||||
warn_int_names();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user