{"id":18338725,"url":"https://github.com/tableflip/dnsify","last_synced_at":"2025-04-06T05:31:50.319Z","repository":{"id":57213698,"uuid":"47919153","full_name":"tableflip/dnsify","owner":"tableflip","description":"Simplify your dns config","archived":false,"fork":false,"pushed_at":"2018-01-03T17:56:39.000Z","size":31,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T18:02:25.136Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tableflip.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-13T12:53:48.000Z","updated_at":"2020-07-26T00:25:47.000Z","dependencies_parsed_at":"2022-08-29T02:10:33.084Z","dependency_job_id":null,"html_url":"https://github.com/tableflip/dnsify","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tableflip%2Fdnsify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tableflip%2Fdnsify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tableflip%2Fdnsify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tableflip%2Fdnsify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tableflip","download_url":"https://codeload.github.com/tableflip/dnsify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247440346,"owners_count":20939221,"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-05T20:14:58.723Z","updated_at":"2025-04-06T05:31:49.696Z","avatar_url":"https://github.com/tableflip.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dnsify - Simplify your dns config\n\nA human friendly format for **defining** and **documenting** and your DNS config and a tool for **verifying** and **applying** it to your friendly dns service provider.\n\ne.g **tableflip.io.dns.md**\n```markdown\n## Origin: tableflip.io\n\nname       | type | data\n-----------|------|---------------\n@ www blog | A    | 178.62.82.182\n@          | MX   | mx-{1,3}.rightbox.com:10\n```\n\n## Why\n\n- Documentation _is_ the config.\n- Reduce the repetition (looking at you zonefiles, OMG)\n- Prefer readability over opaque terseness (`tinydns`, I \u003c3 you, but why you make me RTFM every time?)\n\n## What\n- Convert a Markdown table to an \"Abstract Zone File\" object\n- Merge multiple tables into one zone object\n- Understand shell style brace expansions `{1,2}.foo.com` **=\u003e** `1.foo.com 2.foo.com`\n- Output a zonefile or JSON\n\n## Usage\n\n```sh\ndnsify examples/tableflip.io.dns.md\n\n$ORIGIN tableflip.io.\n$TTL 1h\n@    IN A  178.62.82.182\nwww  IN A  178.62.82.182\n@    IN MX 10 mx-1.rightbox.com.\n...\n\ndnsify examples/tableflip.io.dns.md --json\n\n{\n  \"origin\": \"tableflip.io\",\n  \"ttl\": \"1h\",\n  \"records\" : [\n    {\n      \"type\": \"A\",\n      \"name\": \"@\",\n      \"data\": \"178.62.82.182\"\n    }\n  ]\n}\n```\n\n## Examples\n\n`examples/zone-file-style.dns.md`\n\n### Origin: tableflip.io\n\nThe no frills \"DNS Zone file as markdown table\" style\n\nname      | type | data\n----------|------|---------------\n@         | A    | 178.62.82.182\nwww       | A    | @\nblog      | A    | @\nnext      | A    | 212.110.189.58\n@         | MX   | mx-1.rightbox.com:10\n@         | MX   | mx-2.rightbox.com:10\n@         | MX   | mx-3.rightbox.com:10\n@         | TXT  | `v=spf1 include:_spf.google.com include:_spf.freeagent.com ~all`\n\n\n---\n\n`examples/dry-style.dns.md`\n\n### Origin: tableflip.io\n\nDRY style. Order the columns however you like, Multiple tables are merged, lists are expanded.\nThe result is **the same as the previous example**\n\ndata           | type | name\n-------------- |------|--------------\n178.62.82.182  | A    | @ www blog\n212.110.189.58 | A    | next\n\ntype | data\n-----|------\nMX   | mx-{1,2,3}.rightbox.com:10\nTXT  | `v=spf1 include:_spf.google.com include:_spf.freeagent.com ~all`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftableflip%2Fdnsify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftableflip%2Fdnsify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftableflip%2Fdnsify/lists"}