I.4cdn.com

>i.4cdn.com
>is2.Jow Forums.org
>is3.Jow Forums.org

STOP IT HIRO WHAT THE FUCK ARE YOU DOING TO THE IMAGE SERVERS
WHY ARE THERE THREE OF THEM NOW

Attached: 1522789003819.gif (200x200, 193K)

Other urls found in this thread:

is3.Jow
example.com/
boards.Jow
twitter.com/SFWRedditVideos

I only see one.

is3.Jow Forums.org/g/1528174369983.gif

>oh no hiro is implementing a new cdn oh God it's probably cheaper!

>implementing a new cdn
>two ovh servers
>a new cdn
It's slow as fuck

So does images.Jow Forums/board/image use one of the pre-existing image servers or is it it's own too?

Attached: 15238518905939.jpg (362x346, 13K)

i and is3 seem to be working, every time something takes a while to load it's on is2

There's a tool called dig
The other one is called trace
You can use them to find out

is2 is fucking shit.
I use a greasemonkey script, so that I never have to use that garbage.
// ==UserScript==
// @name is2 is shit
// @namespace example.com/
// @description Change slow Jow Forums image links
// @include boards.Jow Forums.org/*
// ==/UserScript==

document.querySelectorAll('div.file a').forEach(a => a.href = a.href.replace(/is[0-9]?\.Jow Forums\.org/, 'i.4cdn.org'))

tracert times out on Jow Forums, which really doesn't surprise me.

>queryselector
>href.replace
>regex
why are jquery babies so dumb? the answer is .hostname, stupid

I'm not a filthy webdev fag; I don't claim to be good with that shitshow of a language.
Also, I'm pretty sure that is completely vanilla JS.

Attached: 1527447940155.gif (500x375, 497K)

Gookjew strikes again

Attached: 1526212147671.jpg (1128x984, 181K)

it's not a cdn.
>inb4 is*.Jow Forums.org are gonna get ddos'd
ugh

Ovh has free ddos protection

I'm still getting i.4cdn.org on every image I open. Am I retarded and not understanding something here or what?

try /hr/, /gif/ or /b/.

>access to non-thumbnail-files on i.4cdn.org becomes premium-only, full plebs only get is*.Jow Forums.org
There, I saved the site.
You're welcome.

>tfw all these boards are nothing but porn now
I'm still getting i.4cdn.org though.

are you using Jow Forums x?

Yes.

that's rewriting the links to use the cdn, if it's set to that.

Indersting. Thanks for the explanation.