Skip to content

Reverse lookups on RFC1918 addresses #17

@dmgeurts

Description

@dmgeurts

For others who wonder why forward lookups work but reverse ones don't. Add this to your /etc/bind/named.conf.options under the options section:

        // Fix reverse lookups for hosts on RFC1918 addresses
        empty-zones-enable no;

Bind9 defaults to yes and will thus override any PTR records set through ONA.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions