{"id":19881571,"url":"https://github.com/chifisource/chins.jl","last_synced_at":"2026-03-19T12:10:51.737Z","repository":{"id":213872230,"uuid":"735143251","full_name":"ChifiSource/ChiNS.jl","owner":"ChifiSource","description":"a toolips-powered DNS server for julia","archived":false,"fork":false,"pushed_at":"2024-04-08T04:46:50.000Z","size":38,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T18:52:26.545Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChifiSource.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},"funding":{"github":["emmaccode","UnformalPenguin"]}},"created_at":"2023-12-23T20:21:54.000Z","updated_at":"2023-12-23T21:57:27.000Z","dependencies_parsed_at":"2024-01-01T04:39:36.856Z","dependency_job_id":"9a75a041-a169-432c-a04c-0cf94dd32156","html_url":"https://github.com/ChifiSource/ChiNS.jl","commit_stats":null,"previous_names":["chifisource/chins.jl"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChifiSource%2FChiNS.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChifiSource%2FChiNS.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChifiSource%2FChiNS.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChifiSource%2FChiNS.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChifiSource","download_url":"https://codeload.github.com/ChifiSource/ChiNS.jl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241309104,"owners_count":19941725,"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-12T17:14:39.105Z","updated_at":"2026-03-05T17:11:06.693Z","avatar_url":"https://github.com/ChifiSource.png","language":"Julia","funding_links":["https://github.com/sponsors/emmaccode","https://github.com/sponsors/UnformalPenguin"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg width=\"200\" src=\"https://github.com/ChifiSource/image_dump/blob/main/chins/chifiNS.png\"\u003e\u003cimg\u003e\n\u003ch6\u003echifi name server\u003c/h6\u003e\n\u003c/br\u003e\n\u003c/div\u003e\n\n\n###### chifi name server\n`ChiNS` is a [toolips](https://github.com/ChifiSource/Toolips.jl)-powered UDP DNS server for julia.\n##### map\n- [setup]()\n- [zones]()\n  - [zone directory](#zone-directory)\n\n#### setup\nTo get started with `chiNS` you will need to add the package via `Pkg`.\n```julia\nusing Pkg; Pkg.add(\"ChiNS\")\n```\nOnce added, there is still more work to do. In order to bind to UDP port 53, you are going to need priveleges to do so. The [ToolipsUDP](https://github.com/ChifiSource/ToolipsUDP.jl) server will **not** start if you do not have these priveleges. Secondly, port 53 (UDP) will need to be allowed outgoing traffic by your firewall service. Here is an example using `firewalld` on Fedora 39:\n```julia\nsudo firewall-cmd --add-port=53/udp\n```\nOn Ubuntu (ubuntu firewall), as another example...\n```julia\nufw allow 53\n```\nOnce this is complete, you should be able to call `ChiNS.start()` to start the server.\n#### zones\nThe `ChiNS` server uses `.zone` files to determine the current names being hosted by the server and where those names should go. When loading `ChiNS`, the server will search for the directory `zones`. If no directory is found, you will be notified to use `set_zones` to set the zone directory. For convenience, `ChiNS` also provides an editor for creating, managing, and editing these zones. Zones are loaded into the server on startup, and may be refeshed with `ChiNS.reload`.\n###### zone editor\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchifisource%2Fchins.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchifisource%2Fchins.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchifisource%2Fchins.jl/lists"}