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
The slavedns package still reference the bind9 init script to restart the application:
https://github.com/AlternC/alternc-slavedns/blob/47055bfc6560814f90944e6c0f61a789ce17fc09/alternc-slavedns#L12C20-L12C24
Just have to switch to the right name:
NAMED="/etc/init.d/named restart"
Quite important as it means no new domain names added to an alternc will be available on the secondary NS.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The slavedns package still reference the bind9 init script to restart the application:
https://github.com/AlternC/alternc-slavedns/blob/47055bfc6560814f90944e6c0f61a789ce17fc09/alternc-slavedns#L12C20-L12C24
Just have to switch to the right name:
Quite important as it means no new domain names added to an alternc will be available on the secondary NS.
The text was updated successfully, but these errors were encountered: