FastGithub/FastGithub/appsettings.stackoverflow.json
2021-07-22 22:49:31 +08:00

46 lines
1.0 KiB
JSON

{
"FastGithub": {
"DomainConfigs": {
"ajax.googleapis.com": {
"TlsSni": true,
"Destination": "https://gapis.geekzu.org/ajax/"
},
"fonts.googleapis.com": {
"TlsSni": true,
"Destination": "https://fonts.geekzu.org/"
},
"themes.googleusercontent.com": {
"TlsSni": true,
"Destination": "https://gapis.geekzu.org/g-themes/"
},
"fonts.gstatic.com": {
"TlsSni": true,
"Destination": "https://gapis.geekzu.org/g-fonts/"
},
"secure.gravatar.com": {
"TlsSni": true,
"Destination": "https://sdn.geekzu.org/"
},
"*.gravatar.com": {
"TlsSni": true,
"Destination": "https://fdn.geekzu.org/"
},
"i.stack.imgur.com": {
"Response": {
"StatusCode": 404
}
},
"lh*.googleusercontent.com": {
"Response": {
"StatusCode": 404
}
},
"www.google.com": {
"Response": {
"StatusCode": 404
}
}
}
}
}