Add 5.12.72 fields JSON

This commit is contained in:
Paul Tyng
2020-05-20 21:59:12 -04:00
parent f0da875a46
commit 3d21ebbab0
63 changed files with 1675 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"interface": "wan|wan2",
"service": "afraid|changeip|cloudflare|dnspark|dslreports|dyndns|easydns|googledomains|namecheap|noip|sitelutions|zoneedit|custom",
"custom_service": "^[^\"' ]+$",
"host_name": "^[^\"' ]+$",
"login": "^[^\"' ]+$",
"x_password": "^[^\"' ]+$",
"server": "^[^\"' ]+$|^$",
"options": ["^[^\"' ]+$"]
}