mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-10 01:18:30 +08:00
5 lines
339 B
Markdown
5 lines
339 B
Markdown
|
# JavaScript DSL
|
||
|
|
||
|
DNSControl uses JavaScript as its primary input language to provide power and flexibility to configure your domains. The ultimate purpose of the JavaScript is to construct a
|
||
|
[DNSConfig](https://pkg.go.dev/github.com/StackExchange/dnscontrol/models#DNSConfig) object that will be passed to the go backend and operated on.
|