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

First of all, **big thanks to the project maintainers**: With NamedManager you have made my life easier and more pleasant for many years. Since the last commit in the master...

- fixed access for admin only pages - prevent users from enabling debuging and multiple logins on their own profile - limit write access to configuration to admin - allow...

belcenter.com. 86400 IN TXT "v=spf1 ip4:40.92.0.0/15 ip4:40.107.0.0/16 ip4:52.100.0.0/14 ip4:104.47.0.0/17 ip6:2a01:111:f400::/48 ip6:2a01:111:f403::/49 ip6:2a01:111:f403:8000::/50 ip6:2a01:111:f403:c000::/51 ip6:2a01:111:f403:f000::/52 ip4:23.83.208.0/20" "ip4:46.232.183.0/24 ip4:199.10.31.235/32 ip4:199.10.31.236/32 ip4:172.255.62.10/32 ip4:172.255.62.11/32 ip4:185.67.193.67/32 ip4:35.85.190.185/32 ip4:20.92.116.22 ip4:40.86.225.121 ip4:13.74.137.176 ip4:40.113.3.253 ip4:20.49.202.3" "ip4:20.98.2.159 ip4:13.93.42.39 ip4:40.86.165.91...

With these required changes (and tiny optional style improvements), namedmanager should be compatible with php7.x through php8.1. No guarantee that all warnings / errors have been found and eliminated, but...

the config is follow: */ $config["api_url"] = "http://192.168.0.234/namedmanager"; // Application Install Location $config["api_server_name"] = "ns1.18one.asia"; // Name of the DNS server (important: part of the authentication process) $config["api_auth_key"] = "sdjk";...

php -q /usr/share/namedmanager/bind/namedmanager_bind_configwriter.php Error: Unknown failure whilst attempting to authenticate with the API - Internal Server Error 弄了一天,报这个错,换php 换nginx 换apache,授权 都做了,就是不行。如何解决

[root@LVSDNF01 resources]# uname -a Linux LVSDNF01 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux namedmanager-bind noarch 1.9.0-2.el7.centos jethrocarr-custom namedmanager-www noarch 1.9.0-2.el7.centos jethrocarr-custom [root@LVSDNF01 resources]# php...

I would like to add an additional NS record in the "Nameserver Configuration" to sub-delegate the domain to another Nameserver. As soon as I click on "Save Changes", the new...

Error: CNAME record for www contains invalid characters. CNAME record for www is incorrectly referencing an IP address. ![图片](https://user-images.githubusercontent.com/39405629/116644462-ff214300-a9a5-11eb-9bb5-6260d6e83883.png) ------------ web1 A 10.1.22.198 www CNAME web1.liuxing.com. ------------ what's the problem?

I installerd namedmanager in Centos 7 with bind-chroot-9.9.4-38.el7_3.2.x86_64,and namedmanager generated zonefiles,but the domain name server was still not normal, also i shutted down the firewall and SELinux, and the namedmanager...