From 543aa273dddf2b93d012fa0923d16edc0e689bcc Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sun, 8 Sep 2019 14:41:02 -0400 Subject: [PATCH] Update X-Did-You-Know header to show curl examples instead of old subdomains --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 23fb277..6eb602c 100644 --- a/index.js +++ b/index.js @@ -16,7 +16,7 @@ async function handle(request) { "Cache-Control": "max-age=0, no-cache, no-store, must-revalidate", "Pragma": "no-cache", "Expires": "Wed, 11 Jan 1984 05:00:00 GMT", - "X-Did-You-Know": "You can visit ipv4.simpip.com or ipv6.simpip.com to get either address!" + "X-Did-You-Know": "You can use \"curl -4 simpip.com\" or \"curl -6 simpip.com\" to get either address!" } }); }