Commit 02d6fcf3 authored by Franco Fichtner's avatar Franco Fichtner

service/dyndns: sort the list alphabetically while at it

parent 45602999
...@@ -1595,34 +1595,34 @@ function services_dhcrelay6_configure() ...@@ -1595,34 +1595,34 @@ function services_dhcrelay6_configure()
function services_dyndns_list() function services_dyndns_list()
{ {
return array( return array(
'citynetwork' => 'City Network',
'cloudflare' => 'CloudFlare',
'custom' => 'Custom',
'custom-v6' => 'Custom (v6)',
'dhs' => 'DHS',
'dnsexit' => 'DNSexit',
'dnsomatic' => 'DNS-O-Matic', 'dnsomatic' => 'DNS-O-Matic',
'dyndns' => 'DynDNS (dynamic)', 'dyndns' => 'DynDNS (dynamic)',
'dyndns-static' => 'DynDNS (static)', 'dyndns-static' => 'DynDNS (static)',
'dyndns-custom' => 'DynDNS (custom)', 'dyndns-custom' => 'DynDNS (custom)',
'dhs' => 'DHS',
'dyns' => 'DyNS', 'dyns' => 'DyNS',
'easydns' => 'easyDNS', 'easydns' => 'easyDNS',
'noip' => 'No-IP', 'eurodns' => 'EuroDNS',
'noip-free' => 'No-IP (free)',
'ods' => 'ODS.org',
'zoneedit' => 'ZoneEdit',
'loopia' => 'Loopia',
'freedns' => 'freeDNS', 'freedns' => 'freeDNS',
'dnsexit' => 'DNSexit', 'gratisdns' => 'GratisDNS',
'opendns' => 'OpenDNS',
'namecheap' => 'Namecheap',
'he-net' => 'HE.net', 'he-net' => 'HE.net',
'he-net-v6' => 'HE.net (v6)', 'he-net-v6' => 'HE.net (v6)',
'he-net-tunnelbroker' => 'HE.net Tunnelbroker', 'he-net-tunnelbroker' => 'HE.net Tunnelbroker',
'selfhost' => 'SelfHost', 'loopia' => 'Loopia',
'route53' => 'Route 53', 'namecheap' => 'Namecheap',
'cloudflare' => 'CloudFlare', 'noip' => 'No-IP',
'custom' => 'Custom', 'noip-free' => 'No-IP (free)',
'custom-v6' => 'Custom (v6)', 'ods' => 'ODS.org',
'eurodns' => 'EuroDNS', 'opendns' => 'OpenDNS',
'gratisdns' => 'GratisDNS',
'ovh-dynhost' => 'OVH DynHOST', 'ovh-dynhost' => 'OVH DynHOST',
'citynetwork' => 'City Network' 'route53' => 'Route 53',
'selfhost' => 'SelfHost',
'zoneedit' => 'ZoneEdit',
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment