Hi,
Currently I'm using Sentora, so far it quite user friendly but DNS setting very rigid. I'd done some modification as below:
- Allow same hostname but different ip address (This is important for round robin load balancing)
- Allow private ip
- 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!
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!