Skip to content

Commit

Permalink
config: 增加GitHub域名
Browse files Browse the repository at this point in the history
  • Loading branch information
sinspired committed Dec 5, 2024
1 parent 0c07467 commit a73bf71
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 @@ -1205,9 +1205,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 @@ -1217,6 +1218,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 a73bf71

Please sign in to comment.