Files
go-unifi/fields/custom/DNSRecord.json
2024-07-13 04:52:27 -05:00

11 lines
230 B
JSON

{
"enabled": "false|true",
"key": ".{1,128}",
"port": "[0-9]{1,8}",
"priority": ".{1,128}",
"record_type": "A|AAAA|CNAME|MX|NS|PTR|SOA|SRV|TXT",
"ttl": "[0-9]{1,10}",
"value": ".{1,256}",
"weight": "[0-9]{1,10}"
}