diff --git a/Directory.Build.props b/Directory.Build.props index 6e2e2da..794a16d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 1.1.4 + 1.1.5 enable github加速神器 https://github.com/dotnetcore/FastGithub diff --git a/FastGithub/appsettings/appsettings.pixiv.json.example b/FastGithub/appsettings/appsettings.pixiv.json.example deleted file mode 100644 index 345e950..0000000 --- a/FastGithub/appsettings/appsettings.pixiv.json.example +++ /dev/null @@ -1,82 +0,0 @@ -{ - "FastGithub": { - "DomainConfigs": { - "www.pixiv.net": { - "IPAddress": "210.140.131.223" - }, - "pixiv.net": { - "IPAddress": "210.140.131.226" - }, - "ssl.pixiv.net": { - "IPAddress": "210.140.131.226" - }, - "accounts.pixiv.net": { - "IPAddress": "210.140.131.226" - }, - "touch.pixiv.net": { - "IPAddress": "210.140.131.226" - }, - "oauth.secure.pixiv.net": { - "IPAddress": "210.140.131.226" - }, - "i.pximg.net": { - "IPAddress": "210.140.92.143" - }, - "sketch.pixiv.net": { - "IPAddress": "210.140.174.37" - }, - "*.pixivsketch.net": { - "IPAddress": "210.140.214.211" - }, - "factory.pixiv.net": { - "IPAddress": "210.140.131.180" - }, - "*dic.pixiv.net": { - "IPAddress": "210.140.131.222" - }, - "sensei.pixiv.net": { - "IPAddress": "210.140.131.222" - }, - "fanbox.pixiv.net": { - "IPAddress": "210.140.131.222" - }, - "payment.pixiv.net.pixiv.net": { - "IPAddress": "210.140.131.222" - }, - "imgaz.pixiv.net": { - "IPAddress": "210.140.131.145" - }, - "comic.pixiv.net": { - "IPAddress": "210.140.131.145" - }, - "novel.pixiv.net": { - "IPAddress": "210.140.131.145" - }, - "source.pixiv.net": { - "IPAddress": "210.140.131.145" - }, - "i*.pixiv.net": { - "IPAddress": "210.140.131.145" - }, - "app-api.pixiv.net": { - "IPAddress": "210.140.131.218" - }, - "pixiv.org": { - "IPAddress": "210.140.131.158" - }, - "*.pixiv.org": { - "IPAddress": "210.140.131.158" - }, - "t.co": { - "Response": { - "StatusCode": 404 - } - }, - "analytics.twitter.com": { - "Response": { - "StatusCode": 404 - } - } - } - } -} \ No newline at end of file diff --git a/FastGithub/appsettings/appsettings.wikipedia.json.example b/FastGithub/appsettings/appsettings.wikipedia.json.example deleted file mode 100644 index affcd65..0000000 --- a/FastGithub/appsettings/appsettings.wikipedia.json.example +++ /dev/null @@ -1,45 +0,0 @@ -{ - "FastGithub": { - "DomainConfigs": { - "*.mediawiki.org": { - "IPAddress": "91.198.174.192" - }, - "*.wikipedia.org": { - "IPAddress": "91.198.174.192" - }, - "*.wikiquote.org": { - "IPAddress": "91.198.174.192" - }, - "*.wikinews.org": { - "IPAddress": "91.198.174.192" - }, - "*.wikiversity.org": { - "IPAddress": "91.198.174.192" - }, - "*.wiktionary.org": { - "IPAddress": "91.198.174.192" - }, - "*.wikibooks.org": { - "IPAddress": "91.198.174.192" - }, - "*.wikiyoyage.org": { - "IPAddress": "91.198.174.192" - }, - "*.wikisource.org": { - "IPAddress": "91.198.174.192" - }, - "*.wikidata.org": { - "IPAddress": "91.198.174.192" - }, - "upload.wikimedia.org": { - "IPAddress": "208.80.153.240" - }, - "login.wikimedia.org": { - "IPAddress": "208.80.153.224" - }, - "meta.wikimedia.org": { - "IPAddress": "208.80.153.224" - } - } - } -} \ No newline at end of file