Skip to content
New issue

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

Support Load Balancer multiple IP setting #27

Open
FinalDoom opened this issue Dec 2, 2024 · 3 comments
Open

Support Load Balancer multiple IP setting #27

FinalDoom opened this issue Dec 2, 2024 · 3 comments

Comments

@FinalDoom
Copy link

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.

@travisghansen
Copy link
Owner

travisghansen commented Dec 2, 2024

Does dnsmasq allow the same thing? If not we may need to conditional the thing.

@FinalDoom
Copy link
Author

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.

@FinalDoom
Copy link
Author

FinalDoom commented Dec 3, 2024

Pushed updates with dnsmasq still taking the first IP. Not returning IP list was pbcak.. gotta build the right branch lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants