diff --git a/.gitignore b/.gitignore index a0f02e2..e5b2a54 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,5 @@ yarn-error.log* # compiled typescript /misc/populate_list.js /public/iata.json +.serverless +.env diff --git a/src/components/Main.vue b/src/components/Main.vue index b6d0e83..7b97df3 100644 --- a/src/components/Main.vue +++ b/src/components/Main.vue @@ -3,80 +3,84 @@

Cloudflare datacenter reachability

-
+

Test your website:

-
- +
+ +
+
+ GO +
-
- GO -
-
-
-

+

-

-

+

+

-

Likely not a Cloudflare website!

+

Likely not a Cloudflare website!

-
+
-
+

FREE

-

+

-

-

+

+

+

Ping: {{ timings[`https://${site}/cdn-cgi/trace`] }}

-
+

PRO

-

+

-

-

+

+

+

Ping: {{ timings[`https://${site}/cdn-cgi/trace`] }}

-
+

BUSINESS

-

+

-

-

+

+

+

Ping: {{ timings[`https://${site}/cdn-cgi/trace`] }}

-
+

ENTERPRISE

-

+

-

-

+

+

+ +

Ping: {{ timings[`https://${site}/cdn-cgi/trace`] }}

-
+
@@ -104,6 +108,8 @@