You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
I have checked that the bug-fix I am reporting can be replicated, or that the feature I am suggesting isn't already present.
I have checked that the issue I'm posting isn't already reported.
I have checked that the issue I'm posting isn't already solved and no duplicates exist in closed issues and opened issues
I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion.
(BUG | ISSUE) Expected Behavior:
Exempt from log for forward:
Updated a record (test) with the following details:
Domain: domain.com
Type: A
Name: test
Class: IN
Type: A
Value: 10.1.7.177
Status: active
Exempt from log for reverse:
Updated a record (177.1) with the following details:
Domain: 10.in-addr.arpa
Type: PTR
Name: 177.7.1
Class: IN
Value: test.domain.com.
Status: active
Domain Id: 12
(BUG | ISSUE) Actual Behavior:
Exempt from log for forward:
Added a record with the following details:
Domain: domain.com
Type: A
Name: test
Class: IN
Value: 10.1.10.177
Status: active
Exempt from log for reverse:
Added a record with the following details:
Domain: 10.in-addr.arpa
Type: PTR
Name: 177.1
Class: IN
Value: test.domain.com.
Status: active
(BUG | ISSUE) Steps to reproduce:
Just create an a-record with PTR enabled:
10.1.7.177 works ok,
10.1.10.177 drops the 10 in the third octed.
There seems to be an issue with the creation and updating of reverse/PTR records from the forward zone, the reverse entry ends up being incomplete and missing part of the address.
The text was updated successfully, but these errors were encountered:
Replace everything between stars with current version of your facileManager and module installations:
fM Version : 3.1.1
fmDNS Version : 3.1.2
In raising this issue, I confirm the following (please check boxes, eg [X]):
(BUG | ISSUE) Expected Behavior:
Exempt from log for forward:
Updated a record (test) with the following details:
Domain: domain.com
Type: A
Name: test
Class: IN
Type: A
Value: 10.1.7.177
Status: active
Exempt from log for reverse:
Updated a record (177.1) with the following details:
Domain: 10.in-addr.arpa
Type: PTR
Name: 177.7.1
Class: IN
Value: test.domain.com.
Status: active
Domain Id: 12
(BUG | ISSUE) Actual Behavior:
Exempt from log for forward:
Added a record with the following details:
Domain: domain.com
Type: A
Name: test
Class: IN
Value: 10.1.10.177
Status: active
Exempt from log for reverse:
Added a record with the following details:
Domain: 10.in-addr.arpa
Type: PTR
Name: 177.1
Class: IN
Value: test.domain.com.
Status: active
(BUG | ISSUE) Steps to reproduce:
Just create an a-record with PTR enabled:
There seems to be an issue with the creation and updating of reverse/PTR records from the forward zone, the reverse entry ends up being incomplete and missing part of the address.
The text was updated successfully, but these errors were encountered: