flant / nginx-http-rdns

Nginx HTTP rDNS module
Other
148 stars 30 forks source link

Result is always "-" #24

Open SoftCreatR opened 3 years ago

SoftCreatR commented 3 years ago
    location /
    {
        rdns double;

        return 200 $rdns_hostname;
    }

Instead of the hostname, it always returns -. Tried different IP addresses. There's nothing in the logs, so I have no idea, what's wrong.

lukatavcer commented 3 years ago

Did you manage to fix that as I am having the same problem?

SoftCreatR commented 3 years ago

No solution yet :(

lukatavcer commented 3 years ago

Which NGINX version do you use?

SoftCreatR commented 3 years ago

1.18.0. Previously tested with 1.19.6.

joelsdc commented 2 years ago

Same issue here on 1.19.9 :-(

Anyone found a workaround?

zhuibo66 commented 2 years ago

i Same issue here on 1.22.0 ready to try 1.11.6

pantsarny commented 1 week ago

@zhuibo66 any success?