Alfis icon indicating copy to clipboard operation
Alfis copied to clipboard

HTTPS NOT IMP

Open anotherdoesnm opened this issue 7 months ago • 0 comments

I'm setuped alfis on port 5311 and named on port 53 named.conf.local

zone "ygg" {
   type forward;
   forward only;
   forwarders {
   127.0.0.1 port 5311;
   };
};

Then tried to query from phone

~ $ host rev.ygg 192.168.1.105
Using domain server:
Name: 192.168.1.105
Address: 192.168.1.105#53
Aliases:

rev.ygg has IPv6 address 326:c728:5cfb:c3ec:ffff::8
Host rev.ygg not found: 2(SERVFAIL)

In named logs i see this:

Apr 29 07:21:47 cubie named[551]: NOTIMP unexpected RCODE resolving 'rev.ygg/HTTPS/IN': 127.0.0.1#5311

anotherdoesnm avatar Apr 29 '25 07:04 anotherdoesnm