{"id":21283549,"url":"https://github.com/fantasticmao/dnshooks","last_synced_at":"2026-04-17T06:33:39.208Z","repository":{"id":105987918,"uuid":"246643586","full_name":"fantasticmao/dnshooks","owner":"fantasticmao","description":"A simple DNS proxy, with support for some hooks (such as webhooks).","archived":false,"fork":false,"pushed_at":"2020-03-27T05:49:39.000Z","size":158,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T20:56:10.317Z","etag":null,"topics":["disruptor","dns","java","netty","proxy"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fantasticmao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2020-03-11T17:58:53.000Z","updated_at":"2021-06-14T15:46:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"23c21867-0bdc-496f-b81f-bc2f0a98b1d0","html_url":"https://github.com/fantasticmao/dnshooks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fantasticmao/dnshooks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasticmao%2Fdnshooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasticmao%2Fdnshooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasticmao%2Fdnshooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasticmao%2Fdnshooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fantasticmao","download_url":"https://codeload.github.com/fantasticmao/dnshooks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasticmao%2Fdnshooks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31918605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["disruptor","dns","java","netty","proxy"],"created_at":"2024-11-21T11:10:08.461Z","updated_at":"2026-04-17T06:33:39.201Z","avatar_url":"https://github.com/fantasticmao.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DNSHooks [![Actions Status](https://github.com/FantasticMao/dnshooks/workflows/action/badge.svg)](https://github.com/FantasticMao/dnshooks/actions) [![codecov](https://codecov.io/gh/FantasticMao/dnshooks/branch/master/graph/badge.svg)](https://codecov.io/gh/FantasticMao/dnshooks) [![image](https://img.shields.io/badge/license-GPL3.0-green.svg)](https://github.com/FantasticMao/dnshooks/blob/master/LICENSE)\n\nA simple DNS proxy, with support for some hooks (such as webhooks).\n\n## DNSHooks-Proxy\n\nDNSHooks-Proxy's inbound/outbound channel handler pipeline in Netty:\n\n```text\n+--------+                                                     +--------------------+\n|        | --\u003e DatagramDnsQueryDecoder                         | +----------------+ |\n| DNS    |                     DnsProxyServerClientHandler --\u003e | | DNSHooks Proxy | |\n| Client |                                                     | | Server         | |\n|        |                  DnsProxyServerDisruptorHandler \u003c-- | +----------------+ |\n|        | \u003c-- DatagramDnsResponseEncoder     |                |      A     |       |                                       +--------+\n+--------+                                    |                |      |     V       |                                       |        |\n                                              |                | +----------------+ | --\u003e ProxyQueryEncoder --------------\u003e | DNS    |\n                                              |                | | DNSHooks Proxy | |                                       | Server |\n                                              V                | | Client         | |              ProxyResponseDecoder \u003c-- |        |\n                                       +-------------+         | +----------------+ | \u003c-- ObtainMessageChannelHandler       |        |\n                                      /             /|         +--------------------+                                       +--------+\n                                     +-------------+ |\n                                     | Disruptor   | |\n                                     | Ring Buffer |/\n                                     +-------------+\n                                        |   |   |\n                                        V   V   V\n                                      Hook Hook Hook\n```\n\n## DNS Related RFC\n\n-   RFC 1034 [Domain Names - Concepts And Facilities](https://tools.ietf.org/html/rfc1034)\n-   RFC 1035 [Domain Names - Implementation And Specification](https://tools.ietf.org/html/rfc1035)\n-   RFC 2136 [Dynamic Updates in the Domain Name System (DNS UPDATE)](https://tools.ietf.org/html/rfc2136)\n-   RFC 2181 [Clarifications to the DNS Specification](https://tools.ietf.org/html/rfc2181)\n-   RFC 2535 [Domain Name System Security Extensions](https://tools.ietf.org/html/rfc2535)\n-   RFC 2929 [Domain Name System (DNS) IANA Considerations](https://tools.ietf.org/html/rfc2929)\n-   RFC 7766 [DNS Transport over TCP - Implementation Requirements](https://tools.ietf.org/html/rfc7766)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffantasticmao%2Fdnshooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffantasticmao%2Fdnshooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffantasticmao%2Fdnshooks/lists"}