multiple updates

This commit is contained in:
2023-12-09 14:21:28 -06:00
parent a11f92745d
commit 881c11b910
23 changed files with 721 additions and 433 deletions

9
assets/embed.go Normal file
View File

@ -0,0 +1,9 @@
package assets
import _ "embed"
//go:embed config/config.yaml
var Config []byte
//go:embed templates/bind-record.named
var BindRecord []byte