{"id":23288553,"url":"https://github.com/kernferm/dns-flush-scripts","last_synced_at":"2026-03-20T01:07:31.475Z","repository":{"id":248450755,"uuid":"828720094","full_name":"KernFerm/dns-flush-scripts","owner":"KernFerm","description":"Welcome to the DNS Flush Scripts repository! Here you'll find a collection of humorous and themed batch scripts designed to flush the DNS cache on Windows systems. These scripts are useful for clearing DNS-related issues and ensuring smooth network operations.","archived":false,"fork":false,"pushed_at":"2024-09-25T07:42:42.000Z","size":310,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T08:48:33.177Z","etag":null,"topics":["dns","dns-flusher","flush-cache"],"latest_commit_sha":null,"homepage":"","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KernFerm.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-15T01:38:57.000Z","updated_at":"2024-09-25T07:42:46.000Z","dependencies_parsed_at":"2024-07-15T02:46:59.613Z","dependency_job_id":"94421252-c67c-426f-9952-d20cc4cf5711","html_url":"https://github.com/KernFerm/dns-flush-scripts","commit_stats":null,"previous_names":["kernferm/custom-dns-batch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KernFerm/dns-flush-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2Fdns-flush-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2Fdns-flush-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2Fdns-flush-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2Fdns-flush-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KernFerm","download_url":"https://codeload.github.com/KernFerm/dns-flush-scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2Fdns-flush-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28991776,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T20:57:35.821Z","status":"ssl_error","status_checked_at":"2026-02-01T20:57:29.580Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","dns-flusher","flush-cache"],"created_at":"2024-12-20T03:20:41.704Z","updated_at":"2026-02-01T21:38:14.469Z","avatar_url":"https://github.com/KernFerm.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Support the Project ⭐\r\n\r\nIf you find this project useful, please give it a star! Your support is appreciated and helps keep the project growing. 🌟\r\n\r\n\r\n# 🚀 DNS Flush Scripts\r\n\r\nWelcome to the **DNS Flush Scripts** repository! Here you'll find a collection of **humorous** and **themed batch scripts** designed to **flush the DNS cache** on **Windows systems** 🪟. These scripts are useful for clearing DNS-related issues and ensuring smooth network operations 🌐.\r\n\r\n---\r\n\r\n## 📥 How to Download the Repo (First-Time Users)\r\n\r\nClick the link to read [**Instructions**](https://www.gitprojects.fnbubbles420.org/how-to-download-repos) 📄.\r\n\r\n---\r\n\r\n## 🛠️ Scripts\r\n\r\n### 🚀 How to Use\r\n\r\n1. **Download**: Clone or download this repository to your local machine 💻.\r\n2. **Run as Administrator**: Right-click on the script file and select **\"Run as administrator\"**. This is required to perform tasks like flushing the DNS cache 🔒.\r\n3. **Choose a Script**: Pick from a variety of themed scripts based on **coding**, **space**, **science**, and more 🌌.\r\n4. **Execute**: Double-click the chosen script, follow the on-screen instructions, and enjoy the humorous messages 🎉.\r\n\r\n---\r\n\r\n## 📝 Script Examples\r\n\r\n### 💻 Coding Universe DNS Flush\r\n\r\n```\r\n@echo off\r\n\r\nREM Check for administrative privileges\r\nopenfiles \u003enul\r\nif '%errorlevel%' NEQ '0' (\r\n    echo Administrative privileges required to perform a DNS flush for the Coding Universe.\r\n    echo Please right-click this file and select \"Run as administrator\".\r\n    echo We're preparing the digital brushes for your DNS canvas...\r\n    timeout 5 \u003enul\r\n    exit /b\r\n)\r\n\r\necho.\r\necho Flushing DNS cache for Coding Universe...\r\nipconfig /flushdns \u003enul\r\n\r\necho.\r\necho DNS cache flushed successfully in the Coding Universe!\r\necho You're all set to code with a clean DNS slate.\r\necho.\r\npause\r\n```\r\n\r\n## 🌌 Interstellar DNS Cleanup Example\r\n```\r\n@echo off\r\n\r\nREM Check for administrative privileges\r\nopenfiles \u003enul\r\nif '%errorlevel%' NEQ '0' (\r\n    echo Warning: DNS is about to take a journey to the interstellar spa.\r\n    echo Please right-click this file and select \"Run as administrator\" to begin.\r\n    echo We're sending your DNS on a galactic vacation...\r\n    timeout 5 \u003enul\r\n    exit /b\r\n)\r\n\r\necho.\r\necho Initiating interstellar DNS cleanup...\r\nipconfig /flushdns \u003enul\r\n\r\necho.\r\necho DNS cache has been cleared faster than a comet's orbit!\r\necho Your DNS is now as fresh as an alien encounter.\r\necho.\r\npause\r\n```\r\n\r\n### 📜 License\r\n\r\nThis project is licensed under the **MIT License**. See the [MIT_LICENSE](https://github.com/KernFerm/custom-dns-batch/blob/main/LICENSE) for details 📄.\r\n\r\n---\r\n\r\n### 🤝 Code of Conduct\r\n\r\nWe adhere to a strict **Code of Conduct**. See the [CODE_OF_CONDUCT](https://github.com/KernFerm/custom-dns-batch/blob/main/CODE_OF_CONDUCT.md) for details 👥.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernferm%2Fdns-flush-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkernferm%2Fdns-flush-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernferm%2Fdns-flush-scripts/lists"}