jsdelivr / dns-openmix

DEPRECATED - jsDelivr's load balancing algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bind specific country to maxcdn specific region?

ajkj opened this issue · comments

commented

is it possible to bind country to maxcdn specific region (ex.jp.jsdelivr3.dak.netdna-cdn.com) ?

I can bind a country to a provider if thats what you are asking.
Like this
'JP': [ 'exvm-sg', 'cloudflare', 'maxcdn' ],

commented

could you add MaxCDN for KR?

my problem is fallback for cloudflare-icn is too slow.
(8~10MB/s, 4ms --fallback--> 0.1mb/s 100ms)

the best option is use MaxCDN Tokyo region, but seem's its not possible.

MaxCDN strangely route most Korea traffic to Singapore(using Local DNS, 0.2mb/s 100ms) or USA(using Google DNS, 0.5mb/s, 200ms(ue-east)) not to tokyo(only routed when using OpenDNS, 3~5mb/s, 40ms) . but it's little faster than exvm-sg.

Added 0f8b828
MaxCDN is working on an a better load balancing system too, so sooner or later these problems should be fixed.

Thanks for doing the tests! Let me know if you find anything else