{"id":26917474,"url":"https://github.com/thekugelblitz/rdns-tool","last_synced_at":"2025-06-22T21:35:14.342Z","repository":{"id":285266643,"uuid":"957556013","full_name":"thekugelblitz/rdns-tool","owner":"thekugelblitz","description":"A simple, secure, browser-based PHP tool to convert bulk RDNS entries into provider-compatible formats. This tool is optimized for web hosting professionals and sysadmins who regularly manage reverse DNS setups.","archived":false,"fork":false,"pushed_at":"2025-03-30T17:19:57.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T18:19:58.392Z","etag":null,"topics":["dns-server","hosting-deployment","hostingspell","html-css-javascript","php","ptr","rdns","rdns-tool","rptr","server-management","virtualizor","webhost","webhosting"],"latest_commit_sha":null,"homepage":"http://hostingspell.com","language":"PHP","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/thekugelblitz.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-30T16:53:44.000Z","updated_at":"2025-03-30T17:20:01.000Z","dependencies_parsed_at":"2025-03-30T18:20:00.532Z","dependency_job_id":"b9e9d499-4493-4e5d-96e7-2cd284f13ab4","html_url":"https://github.com/thekugelblitz/rdns-tool","commit_stats":null,"previous_names":["thekugelblitz/rdns-tool"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thekugelblitz/rdns-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekugelblitz%2Frdns-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekugelblitz%2Frdns-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekugelblitz%2Frdns-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekugelblitz%2Frdns-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thekugelblitz","download_url":"https://codeload.github.com/thekugelblitz/rdns-tool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekugelblitz%2Frdns-tool/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261372809,"owners_count":23148902,"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":["dns-server","hosting-deployment","hostingspell","html-css-javascript","php","ptr","rdns","rdns-tool","rptr","server-management","virtualizor","webhost","webhosting"],"created_at":"2025-04-01T20:36:57.459Z","updated_at":"2025-06-22T21:35:09.326Z","avatar_url":"https://github.com/thekugelblitz.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rdnsgen v1 - RDNS Record Automation Tool\n\nA simple, secure, browser-based PHP tool to convert bulk RDNS entries into provider-compatible formats. This tool is optimized for web hosting professionals and sysadmins who regularly manage reverse DNS setups.\n\n## Features\n\n- ✏️ Accepts input via text area or `.txt` file upload (max 2 KB).\n- 🧠 Auto-detects formats like:\n  - `hostname,IP`\n  - `IP PTR hostname`\n  - Raw combinations without delimiter\n- 🧹 Cleans up and corrects formats automatically.\n- 📄 Previews the processed RDNS entries.\n- 📥 Generates downloadable `.txt` file with a dynamic name:  \n  `rdns_\u003cIP-subnet\u003e_\u003cYYYYMMDD_HHMMSS\u003e.txt`\n- ✅ Ensures hostnames end with a dot (`.`).\n- 🔐 Validates file type (`text/plain`) and restricts file size.\n\n## Input Formats Supported\n\nYou can paste or upload RDNS records in any of these formats:\n\n`int3rnet.net,192.168.100.101 192.168.100.101 PTR int3rnet.net int3rnet.net192.168.100.101`\n\nThe tool intelligently parses and formats them into:\n\n`101 PTR int3rnet.net.`\n\n\n## Security Measures\n\n- Accepts only `.txt` files with MIME type `text/plain`\n- Upload size limited to **2 KB**\n- No files are saved on the server\n- Processed data is passed via POST and generated dynamically\n\n## How To Use\n\n1. Upload a `.txt` file with RDNS records **OR** paste your RDNS entries into the textarea.\n2. Click **Process Records**.\n3. Review the formatted output in the preview section.\n4. Click **Download Processed File** to download the generated `.txt`.\n\n## Files\n\n- `rdns.php` — Main interface and processor.\n- `download.php` — Handles the download with proper headers.\n\n## Installation\n\n1. Upload the files to your PHP-enabled web server.\n2. Access `rdns.php` via your browser.\n3. Done!\n\n## Example Output\n\nIf you input:\n\n`web01.example.com,203.0.113.45`\n\nThe generated file will contain:\n\n`45 PTR web01.example.com.`\n\nAnd the download filename will look like:\n\n\u003e rdns_203.0.113_20250330_231509.txt\n\n---\n\n## 🛡️ License\n\nThis project is licensed under the **GNU General Public License v3.0**. See the [LICENSE](LICENSE) file for details.\n\n---\n\n## Author \u0026 Credits\n\nMaintained \u0026 Developed by **Dhruval Joshi** from **[HostingSpell](https://hostingspell.com)**  \nGitHub Profile: [@thekugelblitz](https://github.com/thekugelblitz) | \nThis was created by Dhruval Joshi to use at HostingSpell and optimized with the help of GPT4 later.\n\n---\n\nIf you want to contribute, feel free to fork and submit a PR! 🚀\n\nPull requests and contributions are welcome!\n\n🛠 Created with ❤️ by Dhruval for smart RDNS management.\n\n---\n\n\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthekugelblitz%2Frdns-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthekugelblitz%2Frdns-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthekugelblitz%2Frdns-tool/lists"}