WillyXJ / facileManager

A modular suite of web apps built with the sysadmin in mind.
www.facilemanager.com
GNU General Public License v2.0
87 stars 37 forks source link

[FEATURE REQUEST] fmdns unable to add acl inside acl configuration #544

Closed oiLvAcciNe closed 2 years ago

oiLvAcciNe commented 2 years ago

Please prefix your issue title with one of the following: [BUG], [ISSUE], [FEATURE REQUEST], [MODULE REQUEST], [OTHER].

Replace everything between stars with current version of your facileManager and module installations:
fM Version : 4.1.2 fmDNS Version : 5.1.1

In raising this issue, I confirm the following (please check boxes, eg [X]):


(BUG | ISSUE) Expected Behavior:

It should be possible to add once acl into another in bind ocnfiguration

acl teste1{ 2.2.2.2; };

acl teste1{ 1.1.1.1; teste2; };

(BUG | ISSUE) Actual Behavior:

You can actually and a name like a ip

image

But when you click save it gives you a error because it is expecting a IP input formatted like.

image

(BUG | ISSUE) Steps to reproduce: Create two acls, try to add one into another

image

image

{replace this line with your issue content}

WillyXJ commented 2 years ago

This is now fixed in fmDNS 5.2.0 and later.