github.com/StackExchange/dnscontrol/v4@v4.11.0/documentation/js.md (about)

     1  # JavaScript DSL
     2  
     3  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
     4  [DNSConfig](https://pkg.go.dev/github.com/StackExchange/dnscontrol/models#DNSConfig) object that will be passed to the go backend and operated on.