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

Suggestion On Adding allow Dynamic Update options #269

Open
kstan79 opened this issue Jul 30, 2016 · 0 comments
Open

Suggestion On Adding allow Dynamic Update options #269

kstan79 opened this issue Jul 30, 2016 · 0 comments

Comments

@kstan79
Copy link

kstan79 commented Jul 30, 2016

Hi,

Currently I'm using Sentora, so far it quite user friendly but DNS setting very rigid. I'd done some modification as below:

  1. Allow same hostname but different ip address (This is important for round robin load balancing)
  2. Allow private ip
  3. Hard code change specific domain to allow dynamic update:
    file: /etc/sentora/panel/modules/dns_manager/hooks/OnDaemonRun.hook.php
...
$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!

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