{"id":15694282,"url":"https://github.com/renchap/ruby-pdns-reverse","last_synced_at":"2025-07-27T20:40:36.344Z","repository":{"id":728591,"uuid":"377178","full_name":"renchap/ruby-pdns-reverse","owner":"renchap","description":"A reverse-DNS management module for PowerDNS","archived":false,"fork":false,"pushed_at":"2013-10-21T14:57:59.000Z","size":97,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-05T14:48:15.607Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/renchap.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-11-18T14:23:12.000Z","updated_at":"2013-10-21T14:58:02.000Z","dependencies_parsed_at":"2022-07-17T09:30:40.025Z","dependency_job_id":null,"html_url":"https://github.com/renchap/ruby-pdns-reverse","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renchap%2Fruby-pdns-reverse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renchap%2Fruby-pdns-reverse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renchap%2Fruby-pdns-reverse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renchap%2Fruby-pdns-reverse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renchap","download_url":"https://codeload.github.com/renchap/ruby-pdns-reverse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246320200,"owners_count":20758410,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T18:55:45.274Z","updated_at":"2025-03-30T13:14:26.892Z","avatar_url":"https://github.com/renchap.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"=== ruby-pdns-reverse ===\n\nThis is a ruby-pdns (http://code.google.com/p/ruby-pdns/) module to allow easy management of reverse DNS using PowerDNS.\n\n== Requirements ==\n\nThis module require ruby-pdns 0.5.0 with the regexp patch (http://groups.google.com/group/ruby-pdns-users/browse_thread/thread/35065dd3fe4f02a4). \nYou also need to change line 6 of ruby-pdns/lib/pdns/response.rb :\n    VALIDQTYPES = [:A, :CNAME, :NS, :SRV, :MX, :TXT, :PTR]\n\n== Features ==\n\n* Answer PTR requests for configured IP ranges, using a generated hostname (12.34.56.78 will be associated with 12-34-56-78.default_domain)\n* Resolves back generated reverse DNS entries to original IP\n\n== TODO ==\n\n* Refresh reverse database periodically (reload the file)\n\n== Install ==\n\n* Install ruby-pdns\n* Add these lines to pdns-ruby-backend.cfg (remplace with your own domains/subnets) :\n    ## ruby-pdns-reverse configuration\n    # Database file for reverse (one \"ip,host\" per line)\n    reverse.database = /etc/pdns/reverse-database.txt\n\n    # Domains for which we should answer A requests (should be all your domains used for reverse DNS)\n    reverse.domains = reverse.domain1.tld,reverse.domain2.tld\n\n    # Subnets for which we should provide reverse DNS entries, here 192.168.0.0/24 and 10.11.0.0/16\n    reverse.subnets = 192.168.0,10.11\n\n    # Default domain, used to generate reverse DNS entries when the requested IP/reverse is not in the database\n    # 12.34.56.78 will be associated with 12-34-56-78.default_domain\n    reverse.default_domain = reverse.domain1.tld\n\n* Drop reverse.pdns in your configurer ruby-pdns records directory (/etc/pdns/records with default configuration)\n* ruby-pdns should load automaticaly the reverse.pdns module, and start answering\n\n== Credits ==\n\n* Renaud Chaput\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenchap%2Fruby-pdns-reverse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenchap%2Fruby-pdns-reverse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenchap%2Fruby-pdns-reverse/lists"}