Skip to content

Commit

Permalink
域名 github.com 增加 5个 预设IP
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Sep 12, 2024
1 parent 3629cc3 commit 468c1e9
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions packages/core/src/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,18 +282,23 @@ module.exports = {
// 预设置IP列表
preSetIpList: {
'github.com': [
'4.237.22.38',
'20.26.156.215',
'20.27.177.113',
'20.87.245.0',
'20.200.245.247',
'20.201.28.151',
'20.205.243.166',
'20.248.137.48',
'104.244.46.165',
'140.82.113.3',
'140.82.114.4',
'140.82.116.3',
'140.82.116.4',
'140.82.121.3',
'140.82.121.4'
'140.82.121.4',
'199.59.148.9',
'199.59.149.235'
],
'api.github.com': [
'20.26.156.210',
Expand Down Expand Up @@ -333,14 +338,14 @@ module.exports = {
'185.199.110.154',
'185.199.111.154'
],
'collector.github.com': [
'0.0.0.0'
],
'github.io': [
'185.199.108.153',
'185.199.109.153',
'185.199.110.153',
'185.199.111.153'
],
'collector.github.com': [
'0.0.0.0'
]
},
whiteList: {
Expand Down

0 comments on commit 468c1e9

Please sign in to comment.