-
Notifications
You must be signed in to change notification settings - Fork 441
Suggestion On Adding allow Dynamic Update options #269
Copy link
Copy link
Open
Labels
Description
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!
Reactions are currently unavailable