We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pfSense supports multiple IPs as a comma separated list (UI anyway..) https://redmine.pfsense.org/issues/10896
Instead of grabbing first load balancer IP, use them all in pfsense.
This might be related to an issue I'm seeing where it is always registering changes and restarting DNS every polling period, but not sure.
Will submit PR, open to making this a setting somewhere but haven't looked into how that works yet.
The text was updated successfully, but these errors were encountered:
Does dnsmasq allow the same thing? If not we may need to conditional the thing.
Sorry, something went wrong.
Looks like it does not. I'm chasing down why it's not returning the list of IPs right now. I'll add conditional/first for dnsmasq as well.
Pushed updates with dnsmasq still taking the first IP. Not returning IP list was pbcak.. gotta build the right branch lol
No branches or pull requests
pfSense supports multiple IPs as a comma separated list (UI anyway..) https://redmine.pfsense.org/issues/10896
Instead of grabbing first load balancer IP, use them all in pfsense.
This might be related to an issue I'm seeing where it is always registering changes and restarting DNS every polling period, but not sure.
Will submit PR, open to making this a setting somewhere but haven't looked into how that works yet.
The text was updated successfully, but these errors were encountered: