sentora-core icon indicating copy to clipboard operation
sentora-core copied to clipboard

Suggestion On Adding allow Dynamic Update options

Open kstan79 opened this issue 9 years ago • 0 comments

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!

kstan79 avatar Jul 30 '16 07:07 kstan79