{"id":20691146,"url":"https://github.com/mohammadne/dns-resolver","last_synced_at":"2025-03-11T01:25:35.810Z","repository":{"id":178359287,"uuid":"661733352","full_name":"mohammadne/dns-resolver","owner":"mohammadne","description":"DNS resolver written in Go","archived":false,"fork":false,"pushed_at":"2023-08-19T19:31:26.000Z","size":63,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T17:18:32.426Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/mohammadne.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}},"created_at":"2023-07-03T14:18:46.000Z","updated_at":"2023-07-04T06:32:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"7401617b-5701-45be-a3fc-7f9ffac68bcf","html_url":"https://github.com/mohammadne/dns-resolver","commit_stats":null,"previous_names":["mohammadne/dns-resolver"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohammadne%2Fdns-resolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohammadne%2Fdns-resolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohammadne%2Fdns-resolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohammadne%2Fdns-resolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohammadne","download_url":"https://codeload.github.com/mohammadne/dns-resolver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242953051,"owners_count":20211939,"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-11-16T23:15:24.404Z","updated_at":"2025-03-11T01:25:35.780Z","avatar_url":"https://github.com/mohammadne.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DNS Resolver\n\nDNS resolver written in Go\n\n## Deployment\n\n```bash\n# \nmake deploy\n\n# \nmake undeploy\n```\n\n## Request\n\n### DNS\n\n```bash\n# testing locally\ndig @localhost -p 5354 example19.com A\n\n# test from inside the cluster\nkubectl run -it --image=nicolaka/netshoot --rm=true --restart=Never tshoot -- bash\ndig @dns-resolver-dns.dns-resolver -p 5354 example19.com\n\n# test from outside the cluster via service loadbalancer\nip=$(k get svc/dns-resolver-dns -n dns-resolver | awk '{print $4}' | grep -v EXTERNAL-IP | cut -d, -f2 )\ndig @$ip -p 5354 example19.com\n```\n\n### Health endpoints\n\n```bash\n# testing locally\ncurl localhost:8080/healthz/liveness\ncurl localhost:8080/healthz/readiness\n\n# test from inside the cluster\nkubectl run -it --image=nicolaka/netshoot --rm=true --restart=Never tshoot -- bash\ncurl dns-resolver-server-http/healthz/readiness\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammadne%2Fdns-resolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohammadne%2Fdns-resolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammadne%2Fdns-resolver/lists"}