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

[ISSUE] Zone reload php-warning appear BUT zone does not reload #610

Closed
sergor75 opened this issue Feb 12, 2024 · 5 comments
Closed

[ISSUE] Zone reload php-warning appear BUT zone does not reload #610

sergor75 opened this issue Feb 12, 2024 · 5 comments

Comments

@sergor75
Copy link

sergor75 commented Feb 12, 2024

fM Version : 4.6.0
fM DNS Version : 6.0.1

Today I updated my test installation (fm server and client) to version 4.6.0

I change the TTL of an arbitrary entry in one of the zones, reload the zone - a warning window appears (see attachments), but the zone is not reloaded and updates do not arrive to the client
fm_4 6 0_zone_reload_warning
fm_4 6 0_zone_reload_warning2

@sergor75
Copy link
Author

image

@WillyXJ
Copy link
Owner

WillyXJ commented Feb 12, 2024

Are you using server groups for that zone?

@WillyXJ
Copy link
Owner

WillyXJ commented Feb 12, 2024

If you use server groups, the fix will be to replace

$name_servers = $this->getNameServers($domain_name_servers, array('primaries'));
with

$name_servers = $this->getNameServers($domain_name_servers, array('masters'));

This will be included in the next release. If server groups are not being used then I'll need to find a different solution.

@sergor75
Copy link
Author

yes, this fix helped, thank you very much

@WillyXJ
Copy link
Owner

WillyXJ commented Feb 13, 2024

This is now fixed in fmDNS 6.0.2 and later.

@WillyXJ WillyXJ closed this as completed Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants