Skip to content

Suggestion On Adding allow Dynamic Update options #269

@kstan79

Description

@kstan79

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions