Add support for 6.0.23

This commit is contained in:
Paul Tyng
2020-10-19 11:13:51 -04:00
parent 020dad41e7
commit abc676f62b
84 changed files with 2131 additions and 252 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": ["^[^\"' ]+$"]
}