nadoo / glider

glider is a forward proxy with multiple protocols support, and also a dns/dhcp server with ipset management features(like dnsmasq).
GNU General Public License v3.0
3.07k stars 418 forks source link

[feature request] multiple IPs in custom DNS records #368

Closed tobwen closed 1 year ago

tobwen commented 1 year ago

summary

Some domains have multiple A-records. Right now, dnsrecord seems to accept one IP only. It would be nice to use multiple IPs.

what I've tried

only the last entry (192.168.178.2) is used

dnsrecord=example.org/192.168.178.1
dnsrecord=example.org/192.168.178.2

unexpected characters

dnsrecord=example.org/192.168.178.1,192.168.178.2
dnsrecord=example.org/192.168.178.1 192.168.178.2
dnsrecord=example.org/192.168.178.1,example.org/192.168.178.2
dnsrecord=example.org/192.168.178.1 example.org/192.168.178.2
github-actions[bot] commented 1 year ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days.

tobwen commented 1 year ago

Meh... hasn't been completed...