namedmanager icon indicating copy to clipboard operation
namedmanager copied to clipboard

AGPL web-based DNS management interface in PHP

Results 59 namedmanager issues
Sort by recently updated
recently updated
newest added

Hi, I have added a support to add Alias Records for Route53(DB Upgrade version_20180508_upgrade.sql should be executed). There was also one issue if we add cname for '@ ', this...

I have check every configuration is perfect like, SOPA, CURL, XML, libxml in php.ini file. But I am getting issue. I don't know what is the issue. It's working on...

I changed my password in LDAP and now it seems to be in SSHA512 -format. My colleague hasn't changed his password and it seems to be in SSHA. My account...

We had one user that added alot of domain names in UPPERCASE and it stopped those domains from being synced. Perhaps add an "lower" case on domain names when entered.

I'm getting an LDAP error when I try to setup LDAP authentication. I believe I have followed the guide properly and I'm getting a can't bind error. [Sat Oct 07...

Hi I've configure two Server Groups in the last version: every one with a different nameserver. If I add a zone to the one group (eg.: default), all is ok,...

I noticed my secondary nameserver gave weird results (no soa etc) even locally, maybe because i forgot to set `$config["bind"]["zonefullpath"] = "on";` in `config-bind.php` which I did on the primary,...

I have a little suggestion here: When I have many domain records in a domain name. I need to edit a record, but need a page to a page to...

hello,we use namedmanager for one more years. Lately we published in our production environment for inside network dns search. For high available,we want to use sql to insert mysql and...

Currently running with the following changes to allow us to see why the sync fails.. Since it fails alot. ``` diff --git a/htdocs/include/application/inc_cloud_route53.php b/htdocs/include/application/inc_cloud_route53.php index 0eb81d5..dac77cb 100644 --- a/htdocs/include/application/inc_cloud_route53.php +++...