Revision ddb57f79
Added by Jim Pingle almost 2 years ago
src/etc/inc/globals.inc | ||
---|---|---|
218 | 218 |
]; |
219 | 219 |
|
220 | 220 |
global $dyndns_split_domain_types; |
221 |
$dyndns_split_domain_types = ['namecheap', 'cloudflare', 'cloudflare-v6', 'gratisdns', 'cloudns', 'godaddy', 'godaddy-v6', 'linode', 'linode-v6', 'porkbun', 'porkbun-v6']; |
|
221 |
$dyndns_split_domain_types = [ |
|
222 |
'cloudflare', 'cloudflare-v6', |
|
223 |
'cloudns', |
|
224 |
"digitalocean", "digitalocean-v6", |
|
225 |
"gandi-livedns", "gandi-livedns-v6", |
|
226 |
'godaddy', 'godaddy-v6', |
|
227 |
'gratisdns', |
|
228 |
'linode', 'linode-v6', |
|
229 |
"mythicbeasts", "mythicbeasts-v6", |
|
230 |
'namecheap', |
|
231 |
"name.com", "name.com-v6", |
|
232 |
"onecom", "onecom-v6", |
|
233 |
'porkbun', 'porkbun-v6', |
|
234 |
"yandex", "yandex-v6", |
|
235 |
]; |
|
222 | 236 |
|
223 | 237 |
// pf tokens from FreeBSD source /sbin/pfctl/parse.y |
224 | 238 |
global $pf_reserved_keywords; |
Also available in: Unified diff
Update DDNS split host+domain list. Fixes #14783