diff --git a/FastGithub/appsettings.cloudflare.json b/FastGithub/appsettings.cloudflare.json new file mode 100644 index 0000000..4dae11b --- /dev/null +++ b/FastGithub/appsettings.cloudflare.json @@ -0,0 +1,10 @@ +{ + "FastGithub": { + "DomainConfigs": { + "cdnjs.cloudflare.com": { + "TlsSni": true, + "Destination": "https://cdnjs.loli.net/" + } + } + } +} \ No newline at end of file diff --git a/FastGithub/appsettings.codeproject.json b/FastGithub/appsettings.fastly.json similarity index 63% rename from FastGithub/appsettings.codeproject.json rename to FastGithub/appsettings.fastly.json index 7f6a852..904783d 100644 --- a/FastGithub/appsettings.codeproject.json +++ b/FastGithub/appsettings.fastly.json @@ -6,11 +6,6 @@ }, "*.*.fastly.net": { "TlsSni": false - }, - "accounts.google.com": { - "Response": { - "StatusCode": 404 - } } } } diff --git a/FastGithub/appsettings.cdn.json b/FastGithub/appsettings.google.json similarity index 70% rename from FastGithub/appsettings.cdn.json rename to FastGithub/appsettings.google.json index 7b5da2d..cbc9c37 100644 --- a/FastGithub/appsettings.cdn.json +++ b/FastGithub/appsettings.google.json @@ -21,9 +21,20 @@ "TlsSni": true, "Destination": "https://sdn.geekzu.org/" }, - "cdnjs.cloudflare.com": { - "TlsSni": true, - "Destination": "https://cdnjs.loli.net/" + "lh*.googleusercontent.com": { + "Response": { + "StatusCode": 404 + } + }, + "google.com": { + "Response": { + "StatusCode": 404 + } + }, + "*.google.com": { + "Response": { + "StatusCode": 404 + } } } } diff --git a/FastGithub/appsettings.stackoverflow.json b/FastGithub/appsettings.imgur.json similarity index 57% rename from FastGithub/appsettings.stackoverflow.json rename to FastGithub/appsettings.imgur.json index eb43648..a2b772a 100644 --- a/FastGithub/appsettings.stackoverflow.json +++ b/FastGithub/appsettings.imgur.json @@ -8,17 +8,7 @@ "i.*.imgur.com": { "IPAddress": "146.75.8.193", "TlsIgnoreNameMismatch": true - }, - "lh*.googleusercontent.com": { - "Response": { - "StatusCode": 404 - } - }, - "www.google.com": { - "Response": { - "StatusCode": 404 - } } } } -} +} \ No newline at end of file