compassd / dcompass

A high-performance programmable DNS component aiming at robustness, speed, and flexibility
GNU General Public License v3.0
281 stars 23 forks source link

[FEAT] Listen on multiple addresses #98

Open snylonue opened 1 year ago

snylonue commented 1 year ago

Is your feature request related to a problem? Please describe. My network supports both ipv4 and ipv6, therefore I need dcompass listen on 127.0.0.1 and [::1] at the same time. Otherwise, dns queries will occasionally fail.

Describe the solution you'd like The address field takes a list of address and dcompass listens on all of them.