Skip to content

Commit 8942a45

Browse files
authored
πŸ₯• [docs] write an announcement blurb for Slack (#51)
* πŸ₯• [docs] write an announcement blurb for Slack * shorten announcement
1 parent 1b3ac75 commit 8942a45

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

β€Ždocs/Slack_announcement.mdβ€Ž

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# CoreDNS + DNSControl Example Repository
2+
3+
Hey folks! πŸ‘‹
4+
5+
Just wanted to share a repo that demonstrates managing DNS zones using DNSControl and serving them with CoreDNS.
6+
7+
**What is it?**
8+
Define DNS records in JavaScript (using DNSControl) and automatically generate BIND zone files that CoreDNS serves. Think "infrastructure as code" but for DNS.
9+
10+
**Why might you care?**
11+
12+
- Tired of manually editing zone files
13+
- Want version control for DNS configurations
14+
- Need to test DNS setups locally before deploying
15+
16+
**What's included:**
17+
Example configs, containerized CoreDNS setup, and justfile commands for the full workflow (preview, generate, build/run).
18+
19+
**Quick start:**
20+
Run `just preview` to see DNS changes, then `just run_con` to spin up a local DNS server. Query it with dig.
21+
22+
Check it out: <https://github.com/fini-net/fini-coredns-example>
23+
24+
Happy to answer questions!

0 commit comments

Comments
Β (0)