Skip to content

Commit

Permalink
config: 增加GitHub域名
Browse files Browse the repository at this point in the history
  • Loading branch information
sinspired committed Dec 9, 2024
1 parent 7fcb50e commit 6d1e426
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setHosts_Classic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1220,9 +1220,10 @@ class Config:
domains=[
"alive.github.com",
"api.github.com",
"central.github.com",
"codeload.github.com",
"central.github.com",
"collector.github.com",
"education.github.com",
"gist.github.com",
"github.com",
"github.community",
Expand All @@ -1232,6 +1233,12 @@ class Config:
"live.github.com",
"pipelines.actions.githubusercontent.com",
"github.githubassets.com",
"github-cloud.s3.amazonaws.com",
"github-production-release-asset-2e65be.s3.amazonaws.com",
"github-production-repository-file-5c1aeb.s3.amazonaws.com",
"github-production-user-asset-6210df.s3.amazonaws.com",
"github.blog",

],
ips={},
),
Expand Down

0 comments on commit 6d1e426

Please sign in to comment.