diff --git a/FastGithub/appsettings.cdn.json b/FastGithub/appsettings.cdn.json new file mode 100644 index 0000000..912708e --- /dev/null +++ b/FastGithub/appsettings.cdn.json @@ -0,0 +1,30 @@ +{ + "FastGithub": { + "DomainConfigs": { + "cdnjs.cloudflare.com": { + "TlsSni": true, + "Destination": "https://cdnjs.loli.net/" + }, + "ajax.googleapis.com": { + "TlsSni": true, + "Destination": "https://ajax.loli.net/" + }, + "fonts.googleapis.com": { + "TlsSni": true, + "Destination": "https://fonts.loli.net/" + }, + "themes.googleusercontent.com": { + "TlsSni": true, + "Destination": "https://themes.loli.net/" + }, + "fonts.gstatic.com": { + "TlsSni": true, + "Destination": "https://gstatic.loli.net/" + }, + "*.gravatar.com": { + "TlsSni": true, + "Destination": "https://gravatar.loli.net/" + } + } + } +} diff --git a/FastGithub/appsettings.codeproject.json b/FastGithub/appsettings.codeproject.json new file mode 100644 index 0000000..7f6a852 --- /dev/null +++ b/FastGithub/appsettings.codeproject.json @@ -0,0 +1,17 @@ +{ + "FastGithub": { + "DomainConfigs": { + "*.fastly.net": { + "TlsSni": false + }, + "*.*.fastly.net": { + "TlsSni": false + }, + "accounts.google.com": { + "Response": { + "StatusCode": 404 + } + } + } + } +} \ No newline at end of file diff --git a/FastGithub/appsettings.stackoverflow.json b/FastGithub/appsettings.stackoverflow.json index 1490555..990bf2f 100644 --- a/FastGithub/appsettings.stackoverflow.json +++ b/FastGithub/appsettings.stackoverflow.json @@ -1,30 +1,6 @@ { "FastGithub": { "DomainConfigs": { - "cdnjs.cloudflare.com": { - "TlsSni": true, - "Destination": "https://cdnjs.loli.net/" - }, - "ajax.googleapis.com": { - "TlsSni": true, - "Destination": "https://ajax.loli.net/" - }, - "fonts.googleapis.com": { - "TlsSni": true, - "Destination": "https://fonts.loli.net/" - }, - "themes.googleusercontent.com": { - "TlsSni": true, - "Destination": "https://themes.loli.net/" - }, - "fonts.gstatic.com": { - "TlsSni": true, - "Destination": "https://gstatic.loli.net/" - }, - "*.gravatar.com": { - "TlsSni": true, - "Destination": "https://gravatar.loli.net/" - }, "i.imgur.com": { "IPAddress": "146.75.8.193" },