Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
shanmiteko committed Feb 14, 2022
1 parent 0bedf45 commit 307239a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Redirector.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"createdBy": "Redirector v3.5.3",
"createdAt": "2022-02-12T09:01:52.582Z",
"createdAt": "2022-02-14T12:26:31.665Z",
"redirects": [
{
"description": "ajax.googleapis.com to cdn.bootcdn.net",
Expand Down Expand Up @@ -60,7 +60,7 @@
"exampleUrl": "https://github.com/user/repo//",
"exampleResult": "https://github.com.cnpmjs.org/user/repo",
"error": null,
"includePattern": "https?:\\/\\/github\\.com\\/(\\w+)\\/(\\w+)\\/\\/$",
"includePattern": "https?:\\/\\/github\\.com\\/([^/]+)\\/([^/]+)\\/\\/$",
"excludePattern": "",
"patternDesc": "\"https://github.com/user/repo\" end with '//'",
"redirectUrl": "https://github.com.cnpmjs.org/$1/$2",
Expand All @@ -77,7 +77,7 @@
"exampleUrl": "https://github.com/user/repo/",
"exampleResult": "https://hub.fastgit.org/user/repo",
"error": null,
"includePattern": "https?:\\/\\/github\\.com\\/(\\w+)\\/(\\w+)\\/$",
"includePattern": "https?:\\/\\/github\\.com\\/([^/]+)\\/([^/]+)\\/$",
"excludePattern": "",
"patternDesc": "\"https://github.com/user/repo\" end with '/'",
"redirectUrl": "https://hub.fastgit.org/$1/$2",
Expand Down
3 changes: 3 additions & 0 deletions iplookup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ domains=(
github.community
media.githubusercontent.com

heroku.com
id.heroku.com

pixiv.net
www.pixiv.net

Expand Down

0 comments on commit 307239a

Please sign in to comment.