package templates import "fmt" import "strings" type IndexProps struct { Title string IsConfigured bool CurrentIP string Config ConfigData Records []DNSRecord UpdateFreqs []UpdateFrequency } type ConfigData struct { ZoneID string Domain string UpdatePeriod string ApiToken string } type DNSRecord struct { ID string Type string Name string Content string TTL int Proxied bool CreatedOn string } type UpdateFrequency struct { Label string Value string } templ Index(props IndexProps) { @Layout(props.Title) {
Please configure your Cloudflare API credentials to manage your DNS records.
Type | Name | Content | TTL | Proxied | Actions |
---|---|---|---|---|---|
No DNS records found |