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
Hi,
Currently I'm using Sentora, so far it quite user friendly but DNS setting very rigid. I'd done some modification as below:
... $line .= " allow-transfer { " . ctrl_options::GetSystemOption('allow_xfer') . "; };" . fs_filehandler::NewLine(); $line .= " allow-update { " . ctrl_options::GetSystemOption('allow_xfer') . "; };" . fs_filehandler::NewLine(); $line .= "};" . fs_filehandler::NewLine(); ...
Hope team will add some option in the DNS Management Screen to allow option as below to benefit more people.
Thanks Sentora Team!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Currently I'm using Sentora, so far it quite user friendly but DNS setting very rigid. I'd done some modification as below:
file: /etc/sentora/panel/modules/dns_manager/hooks/OnDaemonRun.hook.php
Hope team will add some option in the DNS Management Screen to allow option as below to benefit more people.
Thanks Sentora Team!
The text was updated successfully, but these errors were encountered: